Convert columns data types
The Convert columns data types allows to cast column data types.
Step parameters
Convert columns
column(array)*: the columns to convertTo data type
type(string): the data type to convert into, eitherinteger
,float
,text
,date
orboolean
Example
Input

Configuration
{
"columns": ["id", "boolean_column"]
"data_type": "text"
}
Output

Last updated
Was this helpful?