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
15/10/1997 16:16:48
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00054748
Message ID:
00054757
Views:
31
>I had a text file which has data that delimited by two different delimiter like | and ~. When I try to append it into a database, I could only delimited by one delimiter and append a whole section of field into one of the field in the database (I use memo field). The question is how can I delimited the memo field further so that it goes to the correct fields.

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.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform