Hello,
I’m trying to loop through a Folder of CSV files and load the data into SQL. The files variable is set to an array of string. I’m getting errors inside the Read CSV activity “Cannot be converted to String”
If I adjust the variable to files.ToString I get this error:
“Read CSV: Could not find file 'C:\Users\tmullady\Desktop\files\System.String”)"
Any help would be greatly appreciated.
Thanks,
Tim