Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to pipe delimited text file??
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01553462
Message ID:
01553463
Views:
64
This message has been marked as a message which has helped to the initial question of the thread.
>This seems like it should be easy...
>
>COPY TO mytextfile.txt DELIMITED WITH |
>
>...but I still end up with comma's - how do I do this and get just the | used as a delimiter??
>
>Thanks!

Have you tried:

COPY TO mytextfile.txt DELIMITED WITH CHARACTER "|"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform