Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exporting to a CSV
Message
 
 
To
10/07/2008 10:54:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01330239
Message ID:
01330246
Views:
27
COPY TO DELIMITED will create CSV file w/o a header. You can create header record separatelly and append the file to it.

>I have a customer that is wanting data exported to a CSV file. The COPY TO, takes care of this. However, they want the field names to be "long names" in other words, one of the field names is "confirmed shipping date"
>
>Is there a way to export this without having to massage the flat file after creation. FOPEN, etc...
>
>It would be nice if I could
>Create Cursor xport (confirmed shipping date c(10)) but of course that won't work.
>
>My files are probably too big to do a filetostr then search and replace then strtofile. Do you know the limits?
>
>Ideas?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform