Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text file with tabs
Message
From
01/05/2015 13:36:42
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01619304
Message ID:
01619337
Views:
37
>>Hi All:
>>
>>I have a table with all fields character. How can I produce a text file where all the fields are separated by tabs, BUT I do not want the fields themselves delimited with a delimeter.
>>
>>So
>>
>>
>>cat   hat   bat  1/3/2015
>>
>>
>>NOT
>>
>>
>>"cat"   "hat"    "bat"   "1/3/2015"
>>
>>
>>Thanks!
>>
>>Yossi
>
>Try
>
>
>COPY TO 'TabDelimitedFile.txt' DELIMITED WITH "" WITH CHARACTER TAB
Perfect! Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform