xsl-list
[Top] [All Lists]

Re: [xsl] Tokenizing and transforming a CSV file

2009-02-25 11:58:28
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(_dot_)Honnen(_at_)gmx(_dot_)de> wrote:
Mukul Gandhi wrote:

Hi all,
 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.

--

       Martin Honnen
       http://JavaScript.FAQTs.com/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--