Getting Output data as XML from Python script or source nodes

Hi,

          I am having python code and am getting xml data as an output. But in KNIME i can find python nodes but there only in panda dataframe the output can be obtained.

       Please help me someone how to get xml data as output using that python nodes.

 

  Thanks and Regards,

   Prasanna

Hello Prasanna,

if I understand the description correctly, you should be able to get an XML-output if you call your script via the Python Object Reader/Writer nodes. If it is not possible to get the XML-output directly into the Analytics Platform you can write your XML to a temp-folder and attach a XML-Parser-node via a Flow Variable connection to the script. By this the parser is execute right after the script is done.

Best,
Ferry

 

Hi,

               Yeah thanks for your reply and i will try my best to achieve this.

 

Regards,

Prasanna