Question
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.
Answer
Maybe this might help: JSefa
You can read CSV file with this tool and serialize it to XML.
< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/123/" >Java lib or app to convert CSV to XML file?< /a>
0 comments:
Post a Comment