Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to file type csv
Message
 
To
18/05/2007 09:20:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01226670
Message ID:
01226671
Views:
23
>I need to create a comma delimited file from a table with " " around the alpha fields. Copy to xxx type csv works fine except it creates a header record of the fields. The bank wants the csv file without the header.
>
>Any quick fixes for this.
>
>Gaylen

Something like:
lcstr=filetostr("yourfile.csv")
strtofile(substr(lcstr), at(chr(13),lcstr)+2),"newfile.csv")

or just:
copy to ... delim
Previous
Reply
Map
View

Click here to load this message in the networking platform