How to specify data type for column during import #3252
-
Similar problem to #3043 but for import. I have a CSV that looks like this:
But "+1555123456" is being parsed as Is there any way I can specify the data type for a column during import, so it could load it e.g. as a string? Ideally, so I could force it to parse the field value as a string even if it isn't enclosed in quotes, i.e. so even this:
Would still be able to load |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you need a value binder in which you can set the type explicitly. |
Beta Was this translation helpful? Give feedback.
I think you need a value binder in which you can set the type explicitly.