I have a configuration like this:
DUPLICATE CHECK------------------------GENERATE WARNING-------------WRITE EXCEL SPREADSHEET
DUPLICATE CHECK------DUPLICATE CHECK------GENERATE WARNING-----WRITE EXCEL SPREADSHEET
LIST CHECK------------GENERATE WARNING------------------WRITE EXCEL SPREADSHEET
Instead of writing 3 separate spreadsheets I want to write all three to one spreadsheet. I tried connecting all outputs from the 'Generate Warning' processor to one 'Write' processor but the spreadsheet that was generated was not right.
It didn't not show all the data. But when I tried the configuration below, it worked just fine:
LENGTH CHECK----------------- LOGIC CHECK--------------LOGIC CHECK-
\
----GENERATE WARNING------WRITE SPREADSHEET
/
LENGTH CHECK-----------------LOGIC CHECK--------------LOGIC CHECK--
Maybe all the processors used must be the same?
I also tried the 'Merge Data Streams' and that didn't work neither.