Solved! Go to Solution.
Hi @dhtay
If there are a few rows which will remain empty, you can filter on those.
In the Filter tool, set a custom filter to be:
!IsEmpty([F2])
OR
!IsEmpty([f3])
as many columns as needed to define the rows you want to skip, and then stream off of the T output.
You could also do the reverse, using IsEmpty([col1]) AND IsEmpty([col2]).... and stream off of the F output.
Let me know if that helps!
Cheers,
Esther