-
Notifications
You must be signed in to change notification settings - Fork 1
CSV input with one missing Header #1
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels