Date data type
Dates in the input data need to be parsed with a specified format.
dateFormat |
Format string used to parse dates in the input data |
The format string uses the same specification as Java’s SimpleDateFormat.
Any inconsistencies in date formatting must be resolved in the input data.
Example
{
"source": "START_DATE",
"destination": "project-dates",
"name": "project-start@actual",
"dateFormat": "yyyy-MM-dd"
}