Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's the best way to delimited the field with 2 delimi
Message
From
20/10/1997 17:28:52
 
 
To
15/10/1997 18:06:54
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00054748
Message ID:
00055622
Views:
26
>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform