Describe the bug
The regex for the field gnis:feature_id allows leading zeros. Previous imports have incidentally had IDs with leading zeros but that has now been corrected.
To Reproduce
Steps to reproduce the behavior:
- Create an object with gnis:feature_id=00000123
Expected behavior
Warning as this is not proper for a numerical id field.
Additional context
I have supplied this suggested PR #1007
Describe the bug
The regex for the field gnis:feature_id allows leading zeros. Previous imports have incidentally had IDs with leading zeros but that has now been corrected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Warning as this is not proper for a numerical id field.
Additional context
I have supplied this suggested PR #1007