How to loop through a data structure

New to UE4. I am able to load my data structure from a CSV file and see all the data, 10 fields per row. Now I want to efficiently loop through each row of the data structure and access each field on that row. Is there an efficient way to do this? Thank you in advance.

Some more details plz - could you make a print screen of your blueprint?