Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exporting to a CSV
Message
 
 
À
10/07/2008 10:54:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01330239
Message ID:
01330246
Vues:
26
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform