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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting text file to xml using a given schema

Status
Not open for further replies.

rjoseph

Programmer
Joined
Apr 16, 2004
Messages
1
Location
US
What is the best way to convert a text document to an XML format using a schema file. Here is my situation.

My company is a supplier for a major automobile distribution company. The distribution company needs material information from us in an XML format based on a schema that they have given to us. Assuming that I have all the material data in a text/csv file, is there a tool that will convert this text/csv file into an XML file based on the given schema.

Thanks in advance.
Reji
 
There are a number of products out there that can
do this. Do a Web seach for "text XML converter"
or similar. You could also easily roll your own
in Perl (or C if performance is a real issue).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top