
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Adding tag <![CDATA[ to XML
Hi Team,
I have a development talend that require to adding tag <![CDATA[ in the middle of XML data.
- The following is the schema :
tDBInput >> tMap >> tAdvancedfileOutputXML >> tesbconsumer
- Sample of XML tag as follow:
<tag-A>
<![CDATA[
<tag-B></tag-B>
<tag-C></tag-C>
]]>
</tag-A>
Regards,
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Ilham Raspati, it is impossible to add tag <
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Ilham Raspati, it is impossible to add tag <
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Shong,
The following is output for each tlog.
Is there any miss configuration ?
Regards,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
