David Coker wrote:
set the linedelimiter to comma
set the itemdelimiter to quote
repeat for each line theLine in theCSV
  put item 1 to -1 of line theLine into theData
  --do stuff with data here
end repeat

That is an awesome idea, well worth pursuing...

Be careful if there are embedded commas inside each quoted section. It will fail for cases like this:

"one","two,three","four"

--
Jacqueline Landman Gay         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to