Page 2 of 2

Posted: Wed Nov 03, 2010 8:25 am
by kennyapril
Thanks,

so the stream output can be sent to a copy stage with out output to it
and reject to a table.

can I over write the copy stage each time I run the job?

Posted: Wed Nov 03, 2010 9:03 am
by mhester
Correct - have no output out of the copy and you will have no issues.

Posted: Wed Nov 03, 2010 9:12 am
by kennyapril
thanks for the quick info!!

so I assume everytime I send the rows to copy stage no issue arises as the rows overwrite.
followed the same way,it works!!

Posted: Wed Nov 03, 2010 9:23 am
by mhester
You are welcome

A copy with no output is not writing anything

Posted: Wed Nov 03, 2010 9:26 am
by kennyapril
got you!!

Posted: Wed Nov 03, 2010 10:20 am
by ray.wurlod
Think of it this way. A Copy stage creates N copies of its input, where N is the number of outputs. A Copy stage with zero outputs creates zero copies of its input. But it consumes the input anyway.