Hello,
I need to read a CSV file, which has no text in the first column of the headline. But I also need to finde the position by the name of the column.
So to say, I need a mixed mode between fixed position column and finding the column by name.
My CSV looks like this:
,"A","B","C","D"
"someText",10,0,8,0
"someOtherText",5,20,0,0
Can I achieve this somehow?
Hello,
I need to read a CSV file, which has no text in the first column of the headline. But I also need to finde the position by the name of the column.
So to say, I need a mixed mode between fixed position column and finding the column by name.
My CSV looks like this:
Can I achieve this somehow?