CSV with no header line #16
Unanswered
data-usr
asked this question in
DataFlows & Modules
Replies: 1 comment
-
Modify the CSV reader module to start at Row 0, and also to set the column row as -1 Composable will then assign the column names as: col0, col1, col2, … You can follow this with a Table Query module to select and name the required columns, as in:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to read a csv file that does not have a Header Row? What can I do about it?
Beta Was this translation helpful? Give feedback.
All reactions