Reading and Writing XML files in CloverETL

Hi

I was looking any help / documentation on how to read and write XML files from/to the data in database. Can anyone please help/guide me in this regard.

Regards

crfpkr

Hi,

try http://wiki.clovergui.net/doku.php for documentation.

You can use structure formatter class (StructureFormatter.class) that can create also a xml file or a WritableByteChannel via setDataTarget method. The Reformat component can use java code directly.

Xml file or a stream can be read by XMLExtract(the most fast) and setInputSource method or XPathParser and parseXPath method.

With regards,

austy