[progress Communities] [progress Openedge Abl] Forum Post: Re: Reading In Csv Without...

  • Thread starter Thread starter Ken Ward
  • Start date Start date
Status
Not open for further replies.
K

Ken Ward

Guest
The IMPORT statement is definitely the way to go, but I had to deal with a similar issue where the IMPORT statement wouldn't have been useful. What I did was I checked the first character to see if it was a quote but the last character was NOT a quote. If so, then it went into a loop where it looked for a token that ended with a quote, appending commas and tokens along the way. It might've been kludgy, but it got the job done.

Continue reading...
 
Status
Not open for further replies.
Back
Top