Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text file with tabs
Message
 
 
To
30/04/2015 17:56:24
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:
01619308
Views:
75
This message has been marked as the solution to the initial question of the thread.
>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
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform