Hi, I am getting below error while assigning the data from a csv file to a data row. Can anyone suggest how to resolve this?
You’re apparently getting an array of data rows from the csv file. Try to assign it to an array variable of type datarow instead.
1 Like
Thanks Sid, It resolved the issue.