Hi,

I am performing a batch operation. My input operator is reading multiple
files line by line and then there are bunch of operators manipulating the
records to evaluate result.
My output operator is supposed to write the final result to external system
once all the records from each of the files are processed.

On completion of reading all the files, how can I trigger an event which
will inform my output operator to perform the write operation on external
system.


Thanks,
Vishal

Reply via email to