hi,

i am looping over a csv file.
doing this

<cfloop index="newtext" list="#textfile#" delimiters="#CHR(13)##CHR(10)#">

This works fine for things like
item1,item2

but i get problem for
item1 (line breaks inserted into text), item2

Because of the line breaks in a text block i am getting more than 2 items.

each row is delimited by a CR, however there are CR inside the csv as text
blocks.

How do i loop over it cleanly.
THere are 7 items per row.

thanks
chad
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to