Question about unstructured data table

Hi

You can still read the cell value based on certain anchor terms
Like in first column SEQ you have a three terms called Normal, Unmatched and Loan Balance

So if you see you don’t have any value right side to those text
When doing in for each row loop use a if condition and see whether CurrentRow(0).ToString.Contains(“Normal”) or any of these three values

If yes then leave that row within THEN block and process the other records within. Else bLock

Cheers @Alvin_Apostol2