I am trying to get the number of rows in a flow in Talend. I have a subjob that looks like this:
How can I get the number of rows from this flow (where the red arrow is) and write that value to another document or store it in a variable. I know I can use a variable like this in the tMap:
But that still doesn't help me, because I just need the total number of rows. How can I do this in Talend?