Empty field with space is recognized as timestamp
Open
- Dominant language
- Python
- Stars
- 82
- Forks
- 157
- PR merge metrics
- No merged PRs in 30d
Description
When importing CSV where some columns contain only space, these fields are recognized as timestamp instead of text. This is a problem with messytables detection, specifically `messytables.types.DateUtilType` class.
We created a simple [workaround](https://github.com/singularita-corp/datapusher/commit/72bd5babdab505b9b2f09d4d73472c07f94553fe) to address this issue. (I'm not sure this is ok for PR in this form)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.