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
Column to convert
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”)
Date format
Custom
custom format
Custom format: only displayed and required if you selected ‘custom’ in the Date format parameter
Custom format:
Input
Configuration
Output
Last updated 2 months ago
Was this helpful?
{ "column": "date_column", "format": "%Y-%m-%d" }