lib or app to convert CSV to XML file?

225 Views Asked by At

Is there an existing application or library in Java which will allow me to convert a CSV data file to XML file?

The XML tags would be provided through possibly the first row containing column headings.

1

There are 1 best solutions below

0
On BEST ANSWER

Maybe this might help: JSefa

You can read CSV file with this tool and serialize it to XML.