Extract date information
The Extract date information step allows to extract date information from a date column (e.g. the year
or the month
).
Step parameters
Date column
column(string)*: specify the date column to extract information from (the column must be of date data type),Date information to extract...
array(string)*: the type of information to extract (e.g.year
,month
). You can select several information to extract at once.
Example
Input

Configuration
{
"column": "date_column",
"date_info": ["year", "month", "days"],
}
Output

Last updated
Was this helpful?