Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to COMMA DELIMTED but no quotes around char
Message
 
 
To
23/01/2002 14:17:23
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00609214
Message ID:
00609218
Views:
19
This message has been marked as the solution to the initial question of the thread.
>I've forgotten the trick of doing a
>
>copy to test
>
>and end up with a comma delimited text file that DOES NOT have the quotes around the text fields.
>
>In Excel, save as csv gets me what I want, that is, no quotes.

In VFP 7
COPY TO mytxt.txt DELIMITED WITH "" WITH CHARACTER ','
For previous versions of VFP see mskb#Q277725 and faq #8016. If text file isn't big you can use combination of Filetostr(), chrtran() and strtofile() to get rid of quotes after file is created.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform