Hi,
Question:
How do I go about to reading a csv file (Not with excel activities) dynamically, It should have all the row and columns, and print their values on log.
Illustration:
CSV file (test.csv):
param1,param2 1,2
Read CSV activity:

Write Log activity:

Expected Result:
Print CSV values in log with instead of object.
Efforts: