diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-06-19 04:29:26 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-06-19 12:05:12 +0200 |
commit | ceb76b0893b5a0cbfeab269d373b6bb656222b69 (patch) | |
tree | 3498a8054c6d4e1a5fbfb4268f67a21210634c04 /.gitignore | |
parent | ae01b2aae08033a4183b7c601dbf0381362f346b (diff) |
Add logic for field regex substitution.
This is useful to replace a YYYYMMDD formatted date with YYYY-MM-DD.
The target field can then be set to not-nullable and its type set to
Date, as the OGR_F_SetField*() with take care of the conversion.
We could also do that via an SQL query, but in our case the sources are
not proper RDBMS so SQL is emulated anyway.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions