Hi,
I struggle with following scenario:
In transformation I have table input step. If there are some rows then I count them using Memory Group By and make some calculation. But if there are no rows, step Memory Group By will return nothing and Filter Rows will not trigger. I can use Detect Empty stream and it helps to trigger filter. BUT, this step will set ALL fields to null so in next step I have no parameters.
How to deal with it? I cannot use two transformations and job because I pass through all rows from first step. There is some step that will save parameters at the beginning of the flow to use them in the further part of the transformation?
Set session and get session works only in two separate transformations?
I can play with temp table (insert and get) or temp file but this costs a time...