Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting a UNIX file
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Converting a UNIX file
Miscellaneous
Thread ID:
00291177
Message ID:
00291177
Views:
60
Hi all

I've been asked to convert an old UNIX text file which has fields delimited by pipes ("|") - YUK...

The file does not contain fixed field lengths so I don't think that the approach I've used before :

mfileopen=FOPEN("&mfilenam")
USE mytable
DO WHILE !FEOF(mfileopen)
etc
etc
etc

...then using the SUBSTR command will work as the field lengths vary. The only solution I can see is to somehow strip out the "|" and replace them with "," so I can import the file into a table.

Does anyone have any ideas on how I can achieve this????

Regards

Chris Kable
FuelTrac
Next
Reply
Map
View

Click here to load this message in the networking platform