File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
site/content/en/docs/Developer Guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,14 +199,14 @@ The `DateFilter` converts a field's value containing a date to a unix epoch time
199
199
| ` target ` | The target field. | string([ ScEL supported] ( /kafka-connect-file-pulse/docs/developer-guide/accessing-data-and-metadata/ ) ) | * -* | high |
200
200
| ` timezone ` | The timezone to use for parsing date. | string | * UTC* | high |
201
201
| ` locale ` | The locale to use for parsing date. | string | * en_EN* | high |
202
- | ` format ` | List of the expected date formats. | list | * -* | high |
202
+ | ` formats ` | List of the expected date formats. | list | * -* | high |
203
203
204
204
### Examples
205
205
206
206
``` properties
207
207
filters.MyDateFilter.field =" $.date"
208
208
filters.MyDateFilter.target =" $.timestamp"
209
- filters.MyDateFilter.format =" yyyy-MM-dd'T'HH:mm:ss"
209
+ filters.MyDateFilter.formats =" yyyy-MM-dd'T'HH:mm:ss"
210
210
```
211
211
212
212
** Input**
@@ -599,4 +599,4 @@ filters.MySplitterFilter.separator=,
599
599
"output" : [ " val0" , " val1" , " val2" ]
600
600
}
601
601
}
602
- ```
602
+ ```
You can’t perform that action at this time.
0 commit comments