Hi,
I will like to know if it’s possible to have a xml file as an imput. And in that case, how do I define the delimeter.
Thanks.
Hi,
I will like to know if it’s possible to have a xml file as an imput. And in that case, how do I define the delimeter.
Thanks.
Clover has component named XMLExtract which handles XML data - even with hierarchies.
See http://wiki.clovergui.net/doku.php?id=c … xmlextract or download CloverETL Examples (http://www.cloveretl.org/download/examples/) where you can find two sample graphs using XMLExtract component.
Other XML reader in Clover is XMLXPathReader which is using XPath expressions to extract data from XML.
See http://wiki.cloveretl.org/doku.php?id=components:readers#xmlxpathreader
For writing/creating XML documents, use XMLWriter:
http://wiki.cloveretl.org/doku.php?id=components:writers#xmlwriter