You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! In my case, my CSV files don't have a header row, but still all lines have the same structure. I'd love to manually be able to set a header to receive my rows as objects instead of an array. Possible implelemtation:
Add array type to header config option. You could set it e.g. like this:
header: ["column1", "column2", "column3"]
And then you would receive results the same way as when there is a header row:
Hi! In my case, my CSV files don't have a header row, but still all lines have the same structure. I'd love to manually be able to set a header to receive my rows as objects instead of an array. Possible implelemtation:
Add array type to
header
config option. You could set it e.g. like this:And then you would receive results the same way as when there is a header row:
The text was updated successfully, but these errors were encountered: