On Thu, Jun 3, 2010 at 2:35 PM, Paul Henderson wrote: > > This solution worked for me: > > http://www.bennadel.com/blog/1903-Parsing-CSV-Data-With-ColdFusion-s-CFHTTP-Tag.htm >
I've done that in the past with some success. It all depends on how good the data is. GIGO, ja know? There's a long, horrible story behind why I've had to parse bad CSV data for years, but long story short, I settled on a java CSV parsing library, and a bit of regular expression magic, and that's freaking tackled everything. I wrote a custom tag, but it's still Railo-only format, so right now it's a Railo only deal. Eventually I'll probably make it portable. Just for giggles. :Den -- If I am capable of grasping God objectively, I do not believe, but precisely because I cannot do this I must believe. Soren Kierkegaard ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334317 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

