Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Formatting
Message
 
À
29/03/2004 09:11:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00890388
Message ID:
00890451
Vues:
33
I do not experience any problem with this:
CLOSE table all
clear
=STRTOFILE(;
      ["5365-00-384-6859","SPACER","","EA|EA","1.50|1.50"], "c:\txt.txt")
CREATE CURSOR yy (fld1 c(30), fld2 c(10), fld3 c(10), fld4 c(10), fld5 c(10))
APPEND from c:\txt.txt delim
brow
Could you show your code, table structure, or tell more about what kind of problem you met?


>I am receive my data in a text file in the following format:
>"5365-00-384-6859","SPACER","","EA|EA","1.50|1.50"
>
>Is there a way I can upload this data into a table. It appears that the brackets are causing a problem when I am uploading using the typical:
>appen from myfile.txt type sdf delimited
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform