CSV to XML??
843834May 26 2007 — edited Jun 10 2007Hi
I need to convert a csv file to xml.
Can anyone give me any advice on any approaches.
I read a few articles about this can be done with XSLT but none of these articles covered how you might instantiate this process from within a java method.
What I want to do in my method specifically is:
1. get the CSV file
2. transform to xml (I have a schema - W3C XML schema language)
3. then validate the xml file against my schema
Any advice appreciated?
kind regards
Jon Jackson