When using the “for each row” in a .csv file that I’ve read, sometimes the “for each row” activity will end when all of the data rows have been processed. But other times, it will continue trying to process blank rows into perpetuity.
Is this normal? Is there an easy fix that I can use when formatting my .csv source data.
Do I need to use a “Do while” activity. What’s the best way to accomplish this?
I am a novice at all of this, so please be kind.