<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Processing malformed files with FasterCSV</title>
	<atom:link href="http://matthewbass.com/2009/12/03/processing-malformed-files-with-fastercsv/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewbass.com/2009/12/03/processing-malformed-files-with-fastercsv/</link>
	<description>Musings on software and life...</description>
	<lastBuildDate>Sat, 25 Feb 2012 01:12:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris Habgood</title>
		<link>http://matthewbass.com/2009/12/03/processing-malformed-files-with-fastercsv/comment-page-1/#comment-52335</link>
		<dc:creator>Chris Habgood</dc:creator>
		<pubDate>Tue, 01 Nov 2011 22:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://matthewbass.com/?p=418#comment-52335</guid>
		<description>Eric, what would that look like?</description>
		<content:encoded><![CDATA[<p>Eric, what would that look like?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Davis</title>
		<link>http://matthewbass.com/2009/12/03/processing-malformed-files-with-fastercsv/comment-page-1/#comment-49008</link>
		<dc:creator>Eric Davis</dc:creator>
		<pubDate>Fri, 19 Aug 2011 20:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://matthewbass.com/?p=418#comment-49008</guid>
		<description>That really does look nasty. I&#039;m wondering if it would be better to use #parse inside of a begin/rescue block and then just work with each row as an Array outside of FasterCSV.</description>
		<content:encoded><![CDATA[<p>That really does look nasty. I&#8217;m wondering if it would be better to use #parse inside of a begin/rescue block and then just work with each row as an Array outside of FasterCSV.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://matthewbass.com/2009/12/03/processing-malformed-files-with-fastercsv/comment-page-1/#comment-46764</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 30 Jun 2011 19:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://matthewbass.com/?p=418#comment-46764</guid>
		<description>But how do you actually capture the offending row so you can at least log it?  You would think something like output.gets or something, but I can&#039;t figure it out.  Not a big fan of FasterCSV at this point.</description>
		<content:encoded><![CDATA[<p>But how do you actually capture the offending row so you can at least log it?  You would think something like output.gets or something, but I can&#8217;t figure it out.  Not a big fan of FasterCSV at this point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://matthewbass.com/2009/12/03/processing-malformed-files-with-fastercsv/comment-page-1/#comment-42931</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 17 Apr 2011 08:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://matthewbass.com/?p=418#comment-42931</guid>
		<description>thanks for the solution. Its a cool way to get around it but imo FasterCSV is just not cool.</description>
		<content:encoded><![CDATA[<p>thanks for the solution. Its a cool way to get around it but imo FasterCSV is just not cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Boone</title>
		<link>http://matthewbass.com/2009/12/03/processing-malformed-files-with-fastercsv/comment-page-1/#comment-38923</link>
		<dc:creator>Mike Boone</dc:creator>
		<pubDate>Mon, 31 Jan 2011 03:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://matthewbass.com/?p=418#comment-38923</guid>
		<description>Thanks for the idea. The foreach syntax seems so convenient until you actually need to deal with errors. Wish there was a simpler way!</description>
		<content:encoded><![CDATA[<p>Thanks for the idea. The foreach syntax seems so convenient until you actually need to deal with errors. Wish there was a simpler way!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Burckhard</title>
		<link>http://matthewbass.com/2009/12/03/processing-malformed-files-with-fastercsv/comment-page-1/#comment-31654</link>
		<dc:creator>Kyle Burckhard</dc:creator>
		<pubDate>Wed, 04 Aug 2010 21:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://matthewbass.com/?p=418#comment-31654</guid>
		<description>Matthew, I just wanted to thank you for your code bit. I ran into the same problem with FasterCSV today and this really helped.</description>
		<content:encoded><![CDATA[<p>Matthew, I just wanted to thank you for your code bit. I ran into the same problem with FasterCSV today and this really helped.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

