Convert text to date
The Convert text to date step allows to cast a text column to date
Step parameters
Column to convertcolumn(string)*: the text column to be converted to dateformat(string)*: eitherTry to guess(the backend tries to infer the date format of your column),Custom(to allow you to enter a custom format in thecustom formatparameter below), or a preset (e.g. “%d-%m-%Y”).
Example
Input

Configuration
{
"date": "text_date",
"format": "Try to guess"
}Result

Last updated
Was this helpful?