Convert date to text
Last updated
Was this helpful?
The Convert date to text step allows to to cast a date column to a text column.
Column to convert column(string)*: the date column to be converted to text
Date format (string)*: either Custom (to allow you to enter a custom format in the custom format parameter below), or a preset (e.g. “%d-%m-%Y”)
Custom format: only displayed and required if you selected ‘custom’ in the Date format parameter
Input

Configuration
Output

Last updated
Was this helpful?
Was this helpful?
{
"column": "date_column",
"format": "%Y-%m-%d"
}