Page 1 of 1

TEXT to XML

Posted: Thu May 18, 2006 8:03 pm
by awolff01
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.

Posted: Fri May 19, 2006 7:00 am
by george
Yes, oXygen has support for converting a text formatted file to XML, use the File->Import->Text file action. Look also at
http://www.oxygenxml.com/database_import.html
You do not need any plugin for that.

Best Regards,
George