CSV table with unequal columns per row Is there an option to import a csv with unequal columns per row?
What I would like to have is to fit "Classnr_Class_ptsclass_ptsratioclass_meandistDensity" into a separate table linked with the classnr (Primary & Foreign Key) to the rest of the data.
An SQL Db with 2 tables. One main table and a subtable. I would like to import the csv with different amount of ";" delimiter splits. Since it is not clear how many splits there are, I am struggling with the import and naming. I am working with HeidiSQL.