-1

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.

Anptk
  • 1,125
  • 2
  • 17
  • 28
King User
  • 100
  • 6
  • possible duplicate of [Java lib or app to convert CSV to XML file?](http://stackoverflow.com/questions/123/java-lib-or-app-to-convert-csv-to-xml-file) – Aditya Giri May 27 '15 at 12:52

1 Answers1

0

Maybe this might help: JSefa

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

Aditya Giri
  • 1,786
  • 18
  • 33