Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need to create tab delimited file with no quote marks
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01623411
Message ID:
01623412
Views:
55
>I'm using "copy fields xxxx, yyyy, zzzz to filename delimited with tab". Works great but I don't want the fields to have quotation
>marks around the values. Instead of "BRAD" "TRIM" "SENIOR"
>I need BRAD TRIM SENIOR
>
>Any help would be greatly appreciated.
>
>I hope everyone has a great weekend.
>
>Brad

Try
COPY TO 'TabDelimitedFile.txt' DELIMITED WITH "" WITH CHARACTER TAB
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform