On a side note, HSQLDB is /excellent/ for handling CSV stuff. Totally overkill for the one-offs, or small, easy tasks, but freaking awesome for anything large scale, or if you do a lot with them.
Needs createObject, since it's a 3rd party java app. I'll post some examples somewhere eventually... On 2/26/07, Tim Stutzman <[EMAIL PROTECTED]> wrote: > Thanks, it worked. > > >Tim, > > > >I was recently dealing with this kind of a problem. Take a look: > > > >http://www.bennadel.com/index.cfm?dax=blog:498.view > > > >This UDF, "CSVToArray()" can handle embedded line breaks, commas, and > >quotes and returns an Array of Arrays. .... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270720 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

