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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.