Closed grugnog closed 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.
The file is rejected from the datastore_import queue with the message [error] Error importing resource id: and no preview is available
[error] Error importing resource id:
Upload this file and run queue:run datastore_import
File is imported
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
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 availableSteps To Reproduce
Upload this file and run queue:run datastore_import
Expected behavior
File is imported