<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Flat files in Java made easy: JFileHelpers</title>
	<atom:link href="http://felipecoury.wordpress.com/2008/06/07/flat-files-in-java-made-easy-jfilehelpers/feed/" rel="self" type="application/rss+xml" />
	<link>http://felipecoury.wordpress.com/2008/06/07/flat-files-in-java-made-easy-jfilehelpers/</link>
	<description>A serialization of my programming ideas and day-by-day experiences</description>
	<lastBuildDate>Mon, 21 Sep 2009 19:57:23 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Felipe Coury</title>
		<link>http://felipecoury.wordpress.com/2008/06/07/flat-files-in-java-made-easy-jfilehelpers/#comment-1691</link>
		<dc:creator>Felipe Coury</dc:creator>
		<pubDate>Tue, 17 Jun 2008 21:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://felipecoury.wordpress.com/?p=10#comment-1691</guid>
		<description>As mentioned in private e-mail to Andries, our latest version (not stable yet) allows you to work with the file using an Iterator. If anyone have any questions on that, drop me a note here and I&#039;ll elaborate. Thanks!</description>
		<content:encoded><![CDATA[<p>As mentioned in private e-mail to Andries, our latest version (not stable yet) allows you to work with the file using an Iterator. If anyone have any questions on that, drop me a note here and I&#8217;ll elaborate. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andries Inzé</title>
		<link>http://felipecoury.wordpress.com/2008/06/07/flat-files-in-java-made-easy-jfilehelpers/#comment-1690</link>
		<dc:creator>Andries Inzé</dc:creator>
		<pubDate>Tue, 17 Jun 2008 21:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://felipecoury.wordpress.com/?p=10#comment-1690</guid>
		<description>How about very large filesets?
I see you read the entire file and create the list with the results.

Is there a way to read portions of the file, for the sake of memory consumption?</description>
		<content:encoded><![CDATA[<p>How about very large filesets?<br />
I see you read the entire file and create the list with the results.</p>
<p>Is there a way to read portions of the file, for the sake of memory consumption?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob von Eyben</title>
		<link>http://felipecoury.wordpress.com/2008/06/07/flat-files-in-java-made-easy-jfilehelpers/#comment-1689</link>
		<dc:creator>Jacob von Eyben</dc:creator>
		<pubDate>Mon, 09 Jun 2008 19:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://felipecoury.wordpress.com/?p=10#comment-1689</guid>
		<description>First of all great work on JFileHelpers!

I know you have asked me several times if I would start committing on jfilehelpers instead of continuing the development on http://fixedformat4j.ancientprogramming.com. I understand that it would be the most reasonable to join forces, but I don&#039;t have that much time on my hand at the moment.

http://fixedformat4j.ancientprogramming.com focuses on reading and writing fixedformatted flatfiles and will probably not go in the direction of handling delimited files like csv format etc.
We uses fixedformat4j on my current project to read and write rather complex and large fixedformatted files where each line doesn&#039;t represent the same kind of data - like a customer or so.
As I see the sourcecode of jfilehelper it is create if you need to export, say, an array of customers to text format, but doesn&#039;t help me if each line is completely different from each other?
This is the direction I would like to take fixedformat4j - help parsing and creating complex data like that - targeting projects that needs to integrate with legacy applications that uses EDI or some other flat file format as the protocol.</description>
		<content:encoded><![CDATA[<p>First of all great work on JFileHelpers!</p>
<p>I know you have asked me several times if I would start committing on jfilehelpers instead of continuing the development on <a href="http://fixedformat4j.ancientprogramming.com" rel="nofollow">http://fixedformat4j.ancientprogramming.com</a>. I understand that it would be the most reasonable to join forces, but I don&#8217;t have that much time on my hand at the moment.</p>
<p><a href="http://fixedformat4j.ancientprogramming.com" rel="nofollow">http://fixedformat4j.ancientprogramming.com</a> focuses on reading and writing fixedformatted flatfiles and will probably not go in the direction of handling delimited files like csv format etc.<br />
We uses fixedformat4j on my current project to read and write rather complex and large fixedformatted files where each line doesn&#8217;t represent the same kind of data &#8211; like a customer or so.<br />
As I see the sourcecode of jfilehelper it is create if you need to export, say, an array of customers to text format, but doesn&#8217;t help me if each line is completely different from each other?<br />
This is the direction I would like to take fixedformat4j &#8211; help parsing and creating complex data like that &#8211; targeting projects that needs to integrate with legacy applications that uses EDI or some other flat file format as the protocol.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
