Hi,
Is it possible to disable a specific node in the target using a condition and User defined function?
Sample scenario:
My target structure is this:
Header
Header fields
Line_items
Line_item fields
my source is a file with a structure of multiple lines.
My condition is... if the source file is empty... the header will be the only one that will print out not the line item. So i need to disable the LINE_ITEM node when the file is empty.