Suppose this is a standarized output you could implement a correct "normalized" schema
E.g.
Table1 : resistors
Table2 : watt
Table3 : capacity
.....etc (just guessing)
then you could read the .csv in question and with the use of Split create an Array
Then you would parse this array..."allocate" data to tables and have an import that is easy to manipulate .
The most crucial thing is to make sure that the .CSV is "standard" and then decide the correct design.