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:
01226672
Views:
18
>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

If the file is not too big, you can always manipulate it as a string, e.g. convert to string with FILETOSTR, then remove the first line and write back with STRTOFILE.

You can, of course, do the same with low-level file operations.
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