Convert date to text
The Convert date to text step allows to to cast a date column to a text column.
Step parameters
Column to convert
column(string)*: the date column to be converted to textDate format
(string)*: eitherCustom
(to allow you to enter a custom format in thecustom format
parameter below), or a preset (e.g. “%d-%m-%Y”)Custom format:
only displayed and required if you selected ‘custom’ in theDate format
parameter
Example
Input

Configuration
{
"column": "date_column",
"format": "%Y-%m-%d"
}
Output

Last updated
Was this helpful?