<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Reading L10n Comma-Separated Values</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Wed, 19 Jun 2013 15:01:34 -0400</pubDate>


    <item>

        <title>Give FlatPack a go..</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=63213</link>

        

        
            <description><![CDATA[<p>FlatPack is an Apache 2 open source project that handles CSV or fixed-width parsing.</p>...]]></description>
        

        <pubDate>Wed, 09 Nov 2011 13:52:49 -0500</pubDate>

        

        <jf:creationDate>Wed, 09 Nov 2011 13:52:49 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 09 Nov 2011 13:52:49 -0500</jf:modificationDate>
        <jf:date>Nov 9, 2011</jf:date>
        <jf:author>Benoit Xhenseval</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Superb CSV library</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=63213</link>

        

        
            <description><![CDATA[<p>I find SuperCSV to be quite superb when it comes to reading CSV :-)</p>]]></description>
        

        <pubDate>Wed, 09 Nov 2011 07:06:04 -0500</pubDate>

        

        <jf:creationDate>Wed, 09 Nov 2011 07:06:04 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 09 Nov 2011 07:06:04 -0500</jf:modificationDate>
        <jf:date>Nov 9, 2011</jf:date>
        <jf:author>Stig Inge Lea Bjørnsen</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Specifying the separator for Excel</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=63213</link>

        

        
            <description><![CDATA[<p>In the Nordics, CSV is separated by semicolon.</p>
<p>If you're producing CSV solely for Excel you can put the following text on the first line to specify the separator as semicolon: sep=;</p>
<p>I believel sep=, works as well.</p>
<p>&nbsp;</p>]]></description>
        

        <pubDate>Wed, 09 Nov 2011 07:04:24 -0500</pubDate>

        

        <jf:creationDate>Wed, 09 Nov 2011 07:04:24 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 09 Nov 2011 07:04:24 -0500</jf:modificationDate>
        <jf:date>Nov 9, 2011</jf:date>
        <jf:author>Stig Inge Lea Bjørnsen</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>opencsv</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=63213</link>

        

        
            <description><![CDATA[<p>Also, apache commons-lang has a pretty good utility for parsing delimited text. &nbsp;Notice I don't say "comma delimited text". &nbsp;It has lots of options for delimiters, quote characters, ignoring empty values, trimming leading and trailing white...]]></description>
        

        <pubDate>Tue, 08 Nov 2011 23:21:28 -0500</pubDate>

        

        <jf:creationDate>Tue, 08 Nov 2011 23:21:28 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 08 Nov 2011 23:21:28 -0500</jf:modificationDate>
        <jf:date>Nov 8, 2011</jf:date>
        <jf:author>Matthew Inger</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>opencsv</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=63213</link>

        

        
            <description><![CDATA[<blockquote>But OpenCSV is actually pretty good and handles this madness for you.</blockquote>
<p>That's why he uses opencsv:</p>
<blockquote>
<p>"For reading CSV files we are going to use openCSV library."</p>
<p>&nbsp;</p>
</blockquote>]]></description>
        

        <pubDate>Tue, 08 Nov 2011 14:53:05 -0500</pubDate>

        

        <jf:creationDate>Tue, 08 Nov 2011 14:53:05 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 08 Nov 2011 14:53:05 -0500</jf:modificationDate>
        <jf:date>Nov 8, 2011</jf:date>
        <jf:author>R.J. Byron</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Oh please...</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=63213</link>

        

        
            <description><![CDATA[<p>First off, CSV isn't a lot of things.</p>...]]></description>
        

        <pubDate>Tue, 08 Nov 2011 14:01:37 -0500</pubDate>

        

        <jf:creationDate>Tue, 08 Nov 2011 14:01:37 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 08 Nov 2011 14:01:37 -0500</jf:modificationDate>
        <jf:date>Nov 8, 2011</jf:date>
        <jf:author>Will Hartung</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Reading L10n Comma-Separated Values</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=63213</link>

        

        
            <description><![CDATA[<p>Although you can think that <strong>Comma-Separated Values</strong> (<em>CSV</em>) files are simple files where each value is separated by commas, it is far from reality. The most important part of <em>CSV</em> files are delimiters, and one can think...]]></description>
        

        <pubDate>Tue, 08 Nov 2011 12:29:56 -0500</pubDate>

        

        <jf:creationDate>Tue, 08 Nov 2011 01:58:36 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 08 Nov 2011 12:29:56 -0500</jf:modificationDate>
        <jf:date>Nov 8, 2011</jf:date>
        <jf:author>Alex Soto</jf:author>
        <jf:replyCount>8</jf:replyCount>
    </item>



</channel>
</rss>

