Customer Portal

Comments 2

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hi Pokemon,
    I've created an issue in our bug tracking system (http://bug.cloveretl.org/view.php?id=2790).
    As a workaround I can advice you to write this node as an xml document and use fromXML method of XMLWriter object. Or write whole your graph in xml and create your TransformationGraph with usage of TransformationGraphXMLReaderWriter object as in cloverETL/examples/JavaExamples/testXMLGraph.java (http://www.cloveretl.com/download/examples/)
  • Avatar
    pokemon
    0
    Comment actions Permalink
    Hi Agata,
    Thanks for the response!
    I used java's xml API to generate the node element for XmlWriter and then used the fromXml method to get the XmlWriter Node and added it to the graph. It worked fine for me.

    Thanks,
    Pramod

Please sign in to leave a comment.