Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSV to XML

Status
Not open for further replies.

jacmat

Programmer
Jul 9, 2003
2
ZA
Hi out there!
I'm quite new to the xml game & am wondering how to go about converting my csv files to xml. I've got a number of different formats of data coming from different sources.
Thanks, Jacques.
 
The way we implemented that was to design a XML mapping schema. You produce a XML file that maps your non-xml data to XML and submit the XML map file and your data file to a small java class that produces the XML data according to the directions in the map file. The Java class could of course be authored in another language that has any XML DOM support.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top