xsl-list
[Top] [All Lists]

Re: [xsl] Reflecting on: csv data to xml

2013-07-02 06:26:42
Here's an additional technique for processing flat file formats:
We've built a Java step processor to preprocess CSV files to XML with the use 
of the Unidex XML Convert tool (http://www.unidex.com/xflat.htm). The tool 
makes it easy to describe the input file format and how it should then convert 
to a generic XML file (simple flat record structure). We then apply XSLT to the 
generated intermediary XML to transform the content to the target schema. The 
mechanism is straightforward and easy to configure so we've been using it in a 
number of our commercial products.

Regards,
Stephen Arbour
www.maned.com<http://www.maned.com/>
Sent from my iPad using Mail+ for 
Outlook<http://itunes.apple.com/us/app/mail+-for-outlook/id428974099?mt=8>

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