GetDKAN / dkan

DKAN Open Data Portal
https://dkan.readthedocs.io/en/latest/index.html
GNU General Public License v2.0
373 stars 172 forks source link

Investigate problematic csv file #3602

Closed grugnog closed 3 years ago

grugnog commented 3 years ago

I am using which is this one https://people.sc.fsu.edu/~jburkardt/data/csv/addresses.csv. It has some unusual quoting - but it passes csvlint CLI without issue and https://csvlint.io/validation/5eb28a479ec9f6000400009e with only a warning that it uses Windows line endings, so I would assume it would work.

Describe the bug

The file is rejected from the datastore_import queue with the message [error] Error importing resource id: and no preview is available

Steps To Reproduce

Upload this file and run queue:run datastore_import

Expected behavior

File is imported

grugnog commented 3 years ago

Testing this on a clean install worked fine, so I think the issue is that the import failed previously and this was preventing subsequent runs from succeeding