Customer Portal

Reading and Writing XML files in CloverETL

Comments 1

  • Avatar
    jausperger
    0
    Comment actions Permalink
    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

Please sign in to leave a comment.