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 convertcolumn(string)*: the date column to be converted to textDate format(string)*: eitherCustom(to allow you to enter a custom format in thecustom formatparameter below), or a preset (e.g. “%d-%m-%Y”)Custom format:only displayed and required if you selected ‘custom’ in theDate formatparameter
Example
Input

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

Last updated
Was this helpful?