Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data export to .txt
Message
De
12/08/2004 13:44:48
John Baird
Coatesville, Pennsylvanie, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00932830
Message ID:
00932843
Vues:
18
I would save the file to a .txtfile then use filetostr(), replacing the CR with "," and saving with strtofile() back to a txt file. or Scan the dbf and concatenate the string as you go. Then strtofile() to save it as a text file.


This is off the top of my head, someone may have an easier method.


>Hi All,
>
>I have to export the following dbf file to a text file.
>Foxpro file has only one field:
>
>addr
>"*serbio.fr",
>"*sghs.org",
>"*stago.us",
>.....
>
>
>Is there a way to copy this table to a text file so all the records are on one line ?
>
>"*serbio.fr","*sghs.org","*stago.us",
>
>Thank you,
>Daniel M.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform