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>
--~--