Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting vfp data file to .csv???
Message
 
 
To
11/01/2003 18:51:29
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00740726
Message ID:
00740728
Views:
18
>How do you convert a vfp datafile to a .csv data file???
>Tom

You can do it with COPY TO ... TYPE command
lcCsvFileName = "myfile.txt"
* with header record
COPY TO (lcCsvFileName) TYPE CSV
* just data
COPY TO (lcCsvFileName) TYPE DELIMITED
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform