Can't open csf properly

i have a big csv file and I can’t upload it properly. I put it on a folder/zip file and could upload it via browser but the columns/fields doesn’t seem to be recognized in the right way (it looks like there is only one column). see a printscreen of the table

Can you try using comma (,) as the separator instead of semicolon (;)?

yeap, i tried with comma as separator and the problem persists

![printscreen2|690x391]

You need to rename your CSV file to train.csv before uploading.

Since system is not finding train.csv, it is assuming it is a image dataset and generating train.csv.

Here is the directory structure you should have.

<dataset_name>
         |
         |---------------------train.csv

Later zip <dataset_name> folder (<dataset_name>.zip) and upload it.

great! thanks!!!:smiley: