Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data export to .txt
Message
De
12/08/2004 15:23:56
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
À
12/08/2004 14:22:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00932830
Message ID:
00932899
Vues:
23
If the text file is fixed length, you need to create a structure analagous to the structure of the text file, then append the data from the textfile, i.e. APPEND FROM mytextfile.txt SDF

If the text file is delimited, you need to filetostr(mytextfile) or use fopen and fgets and then process each item, inserting it into the table you created prior.



>Hi John and Cetin,
>
>For me, I would like to convert *.txt file to *.dbf, please assist me how to do it ?
>
>Tia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform