Hi
I am using a Kettle-Spoon version 5.0.1.
The information that I have stored in an XML document I would like to store in the database. I use the Get Data from XML and everything works fine. But I have a problem with reading text that is stored in CDATA section. How could I read this text in CDATA and save it to database.
An example of an XML document:
<document>
<employee Id="1" Name="Michael" Surname="No"><![CDATA[Some text that i want to save]]>
</employee>
<employee ...><![CDATA[Some text that i want to save]]>
</employee>
...
</document>
I am using a Kettle-Spoon version 5.0.1.
The information that I have stored in an XML document I would like to store in the database. I use the Get Data from XML and everything works fine. But I have a problem with reading text that is stored in CDATA section. How could I read this text in CDATA and save it to database.
An example of an XML document:
<document>
<employee Id="1" Name="Michael" Surname="No"><![CDATA[Some text that i want to save]]>
</employee>
<employee ...><![CDATA[Some text that i want to save]]>
</employee>
...
</document>