Re: [xsl] Tokenizing and transforming a CSV file

Subject: Re: [xsl] Tokenizing and transforming a CSV file
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Wed, 25 Feb 2009 08:58:05 -0800
See also the relevant section of "Real World Haskell" for a
comprehensive treatment of this subject.


--
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play



On Wed, Feb 25, 2009 at 8:54 AM, Martin Honnen <Martin.Honnen@xxxxxx> wrote:
> Mukul Gandhi wrote:
>>
>> Hi all,
>> B I have a CSV file (named, test.csv) as following (as an example, two
>> lines/records are shown below):
>>
>> hi,"this is a long string, please tokenize me",hello,world
>> hello,please tokenize me,hi there
>
>
>> i.e, each line/record should be tokenized by a comma, with a
>> restriction that a comma inside a double quoted string should not be
>> considered as a delimiter:
>
> Check whether http://andrewjwelch.com/code/xslt/csv/csv-to-xml_v2.html can
> deal with your CSV.
>
> --
>
> B  B  B  B Martin Honnen
> B  B  B  B http://JavaScript.FAQTs.com/

Current Thread