Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have a development talend that require to adding tag <![CDATA[ in the middle of XML data.
tDBInput >> tMap >> tAdvancedfileOutputXML >> tesbconsumer
<tag-A>
<![CDATA[
<tag-B></tag-B>
<tag-C></tag-C>
]]>
</tag-A>
Regards,
@Ilham Raspati, it is impossible to add tag <![CDATA[ on tAdvancedfileOutputXML, here is a workaround using tReaplce after the XML file is generated.
Hope it helps you.
Regards
Shong
@Ilham Raspati, it is impossible to add tag <![CDATA[ on tAdvancedfileOutputXML, here is a workaround using tReaplce after the XML file is generated.
Hope it helps you.
Regards
Shong
Hi Shong,
I really appreciate your help and provide me a screen capture with complete workflow.
I will try it, and back to you.
Regards,
Regards,
Hi Shong,
I trying on my own, the schema as follow:
But, output from tFileOutputDelimited is blank.
Then I trying to reset all setting on tReplace, the result still same.
@Ilham Raspati , we usually use tLogRow to print the data on the console for testing, try to test if you have expected output after each component.
Hi Shong,
The following is output for each tlog.
Is there any miss configuration ?
Regards,
Hi Shong,
Now it's works!
I found schema on tReplace on right side is none. So I added new and change from object to String.
Thank you for your help!!
Regards.