Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's the best way to delimited the field with 2 delimi
Message
De
20/10/1997 17:28:52
 
 
À
15/10/1997 18:06:54
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00054748
Message ID:
00055622
Vues:
32
>>But the CHRTRAN() only take an expression. The first time I delimited the fields from the text file, I store it into database field. The fields now contain ~blah~~blah~.. if I use CHRTRAN() I had to hard code all the expression. How can I make it dynamic!!
>>
>>>
>>>You better open text file with low-level functions, assign all file contetns to string variable, use CHRTRAN() to replace extra delimiter, save string into new txt file, and now you can run APPEND FROM safely.
>
>Hi,
>This could be wrong for I couldn't see the original question.
>You could use strtran instead of chrtran.
>cOutString = strtarn(strtran(cInString, "[[","["),"]]","]").
>Cetin

Have you tried taking the text file into Word and Replace all ~ with |? The new file should import fine.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform