[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Tokenizing and transforming a CSV file


Subject: Re: [xsl] Tokenizing and transforming a CSV file
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 25 Feb 2009 17:54:45 +0100

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/


Current Thread