TEXT to XML
Posted: Thu May 18, 2006 8:03 pm
Hello,
Is it possible to take a text file (either csv, or fixed length) and convert to an xml file structure within Oxygen? Do I need a plug-in or anything?
data1,data2,data3
converts to
<root>
<tag1>data1</tag1>
<tag2>data2</tag2>
<tag3>data3</tag3>
</root>
Thank you.
Is it possible to take a text file (either csv, or fixed length) and convert to an xml file structure within Oxygen? Do I need a plug-in or anything?
data1,data2,data3
converts to
<root>
<tag1>data1</tag1>
<tag2>data2</tag2>
<tag3>data3</tag3>
</root>
Thank you.