type mapping ignored!
Open
- Dominant language
- Python
- Stars
- 82
- Forks
- 157
- PR merge metrics
- No merged PRs in 30d
Description
Example:
TYPES = [messytables.StringType, messytables.DecimalType, messytables.FloatType, messytables.IntegerType]
TYPE_MAPPING = {'String': 'text', 'Decimal': 'text', 'Float': 'text' , 'Integer':'text' }
Still Integer will be mapped to numeric!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.