Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert corrupt csv to fixed width SDF
Message
 
 
To
20/12/2005 18:44:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01079385
Message ID:
01079737
Views:
18
Jim,

You're processing file line by line anyway. You can eliminate the double quotes in the process. Something like
lcStr = STRTRAN(lcStr, ["], [])
>Following up:
>
>I looked at the thread. Thats similar to what I 1st thought to do, and it does help the problem somewhat. I went ahead and implemented that for the time being, as a partial solution. However, problem 2 listed below still exists.
>
>I could possibly convert it to be delimited by | characters easily enough without sacrificing speed. Then change my import cmd accordingly. That would render the extra ["] harmless...
>
>I'll try it and get back to you,
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform