Convert text to date
Last updated
Was this helpful?
The Convert text to date step allows to cast a text column to date
Column to convert column(string)*: the text column to be converted to date
format (string)*: either Try to guess (the backend tries to infer the date format of your column), Custom (to allow you to enter a custom format in the custom format parameter below), or a preset (e.g. “%d-%m-%Y”).
Input

Configuration
Result

Last updated
Was this helpful?
Was this helpful?
{
"date": "text_date",
"format": "Try to guess"
}