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 154 forks source link

Datapusher error determining header type #152

Open amluna10 opened 7 years ago

amluna10 commented 7 years ago

I am trying to upload a CSV file to a CKAN DataStore and one of its columns was determined as type Numeric even though one of the values in that column was alphanumeric. The result is an error when Datapusher tries to load this very record.

Is there a way I can correct the Datastore type for a particular column in the file?

Versions: Ubuntu 14.04.5 LTS CKAN version 2.6.0 (installed from package) Postgresql 9.3

bushong1 commented 3 years ago

I realize this is a 4 year old Issue, but I'm still having this problem in 2021. Is there any way to force a column to resolve as a certain type?