Subject: Re: Transforming XML to CSV
From: Mario Madunic <hajduk@xxxxxxxx>
Date: Thu, 10 Jan 2008 07:22:42 -0800
|
Haven't been following this thread closely but have done quite a few XML to CSV
scripts.
One thing to watch out for is your end of line character if you will be doing a
bulk load into a db. If during a test everything is inserted without a problem
then no worries but if there is a problem check your end of line character as it
could be the culprit.
Marijan Madunic
Quoting Jesper Tverskov <jesper@xxxxxxxxxxx>:
> I have a few example that could be a good place to start from a
> beginner's point of view here:
>
> http://www.xmlplease.com/xsltcases-xml2csv
>
> Cheers
> Jesper Tverskov
|