Skip to content

Extend GeoTools vector ingest to perform configurable String to Date field retyping #468

@ewilson-radblue

Description

@ewilson-radblue

Will add a custom flag to be used to add a mapping from a field name to a Java SimpleDateFormat. It will use commas to separate each entry, then the first ':' character will separate the field name from the format.

For example:
... -date "time:MM:dd:YYYY,time2:YYYY/MM/dd hh:mm:ss" ...
This will configure two fields for retyping, 'time' and 'time2', each expecting to convert a different format.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions