Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Comma delimited file.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00132541
Message ID:
00132542
Vues:
18
Colin,

You can't do this with COPY TO. You could use low-level file functions (FCREATE(), FPUTS(), FLCOSE()) to create the file. Be aware that if there are commas in any of your data (e.g., "John Smith, Jr.") you'll run into problems without having the quotes around the character data.

>Does anyone know how to export a FoxPro table to a comma delimited text file? In other words, I want every field value delimited by a comma with no quotes around character values. TIA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform