Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending from pipe delimited file
Message
De
15/09/2017 11:07:58
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01654355
Message ID:
01654356
Vues:
49
>Hi,
>
>I am appending from a .txt file which has a pipe (|) delimited entries. I created a table (in VFP database) that has fields corresponding to the columns of the .txt file. One of the columns has a lot of text so I created the field type M.
>But when I append from the .txt file, the "M"- column of the .txt file goes to the next field of the VFP table. And the "M" field is empty. This is the command I use to append the records:
>
>APPEND FROM customerfile.txt DELIMITED WITH CHARACTER "|"
>
>
>Any suggestion what I may need to change?

Hi Dmitry

Append from doesn't support memo fields so it ignores it.

http://www.tek-tips.com/viewthread.cfm?qid=1405005

Nick Mason
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform