Hi Donajacob,
when creating that CSV file you used the comma as separator. When reding the file you need to use the very same separator - that's why the ReadSpreadsheetFile function has an input for that char…
(Did you read the help for that function? It explains all inputs…)
#9000