Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to prevent tAdvancedFileOutputXML from creating empty elements. Basically there are rows in tAdvancedFileOutputXML which have no mapping from tMap so the corresponding elements should not be created. Please help
Hello,
Here is an option "Create empty element if needed" in Advanced settings of tAdvancedFileOutputXML component.
Have you tried to uncheck it to see if it is OK?
Best regards
Sabrina
Hi,
This was the very first thing I tried but seems that doesnot works the way it states because it still shows empty elements
@aishvarya,can you share your smaple input and requied out ,so that i wil test.
,i have tested please check the below way is usefull to you?
I tried but still getting elements in xmls, I placed   in the mapping column in the xml rows mentioned in tAdvancexmloutput. Moreover I came across one more issue where if a mention a single space in the column data, ie " ".toString the corresponding xml element in the generated xml gives me two spaces. Need help on this too.