• I have a csv file which has 18 rows and 5 columns. I have transferred the file into a 2 dimensional array.

    Now i am using a ForEach from Variable Enumerator.

    In the Variable Mappings i have mapped the 5 variables with different indexes.

    Refer to the Attachements...

    The problem is The loop is running 18 x 5 = 90 times as ForEach loop is not considering it as a 2D array.

    Please suggest.