columnName = 'type'
syntax. For Example, if value
column is detected as integer but you want to import it as double, you can set value = 'd'
. (d is for double). If you want to override multiple column types, you can do so by separating each pair with comma(,) like this. key = 'i', value = 'd'