Hi, I need help extracting information from a csv with the data looping in every 9th row. See below image. I need to extract information in column B. Example:
Bank reference 1: 1234
Bank reference 2: 1233
Bank reference 3: 1223
a. Export into Datatable using excel scope activity.
b. Filter datatable like Column1=“Bank Rerence”. you will get only all 9th rows into another datatable.
a.Loop all the rows one by one
b. Check if row(0) =“Bank Reference” then Do the manipulation that you wanted to perform.