No separation between columns

Hey,
is there someone who could help me?
I made a dataupload like in the tutorial and there is no separation between the two columns.
What can i do?

Thank you for the help,
Regards
Martin

Hey both the values should be in a different column of CSV file.
; seprated values are used when we want multiple value in one column as in the case of multi label classification.
CSV file should look like this

Please refer to this video for dataset creation

Regards
Rajat

1 Like

CSV File

use comma as tab separator instead of semi colon.

Image,Rating
./sauber/sauber_37.jpg,0
./sauber/sauber_86.jpg,0

1 Like

Thank you dileep1 and Rajat!
The german CSV problem :wink: