Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy To - Tab Delimited
Message
From
17/11/2006 13:45:18
 
 
To
17/11/2006 13:36:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01170764
Message ID:
01170808
Views:
9
oops, missed you wanted with Tab
Yeap, the way you have it now will work.

>Hi!
>
>Yes that would remove the double quotes but I would not get Tab as a delimiter but I got an idea from your suggestion and I tried the code below and I think is will solve my problem.
>
>Thanks for the idea.
>
>
>COPY TO Output.txt DELIMITED WITH "" With tab
>
>
>Sarosh
>
>>you can also do this:
>>
>>COPY TO Output.txt DELIMITED WITH "" WITH CHARACTER ","
>>
>>
>>>Hi!
>>>
>>>I need to export a VFP9 SP1 table (dbf) to a Tab Delimited file (txt).
>>>
>>>Use MyTable
>>>Copy To Output.txt Delimited With Tab
>>>
>>>
>>>The output file is Tab Delimited but all charater columns are enclosed with double quotes (""). How can I get rid of these double quotes?
>>>
>>>Sarosh
Previous
Reply
Map
View

Click here to load this message in the networking platform