Hi everyone,
In DT studio I have Mapper and Parser both are running, whereas I need only mapper output from the final parser component. When I run the transformation, I get an output file which is a combination of all the components that I where executed in the last run.
How can I disable the intermediate output and make control the what is actually outputted to the output file ?
Thanks in advance,
Vladi
Hi!
First of all, you need enable the ‘disable automatic output’ option in the DT project properties -> output control. This would give you a complete control over what is being outputted to the file output. Than,you need to print the desired output by using WriteValue action in your DT inteliscript.
