ckan / datapusher

A standalone web service that pushes data files from a CKAN site resources into its DataStore
GNU Affero General Public License v3.0
77 stars 155 forks source link

type mapping ignored! #106

Open moqri opened 8 years ago

moqri commented 8 years ago

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!