What is the proper syntax for the CSV Reader module, column type? #18
Unanswered
data-usr
asked this question in
DataFlows & Modules
Replies: 1 comment 2 replies
-
For the CSV Reader column types, you can use the Table Colum Type Input module to specify the types for one or more columns. (You can find this Module in the Module Library, or simply right click on the green input parameter, and this module should pop up as a suggestion.). As an example, in the image below, a CSV file is read in, and Col6 is specified as a DateTime type. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the proper syntax for the CSV Reader module, column type? All columns are being read in as strings, but I want col6 to import as a Date. I assume I am placing it in the correct place? And can I just select this one column, or do I need to designate all column data types as well?
Beta Was this translation helpful? Give feedback.
All reactions