Closed dannguyen closed 4 years ago
When the --just-strings flag is specified, then all columns will be imported and typecast as text strings. However, --shape, --date, --datetime, and --datetime-format options are still valid, and specified columns will be typecast as before.
--just-strings
--shape
--date
--datetime
--datetime-format
Inspired by this issue: Interpret all columns as TEXT data type #42
This is a smart feature, thanks.
When the
--just-strings
flag is specified, then all columns will be imported and typecast as text strings. However,--shape
,--date
,--datetime
, and--datetime-format
options are still valid, and specified columns will be typecast as before.Inspired by this issue: Interpret all columns as TEXT data type #42