-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
CLI csvlint doesn't handle filenames with spaces #182
Comments
If I run |
The issue here is that file URLs on the input aren't being properly URL-encoded before being passed into whatever loads them. That's similar to the fix I've applied in theodi/octopub#567. |
Confirmed that the same URI error happens with the url with spaces in csvlint.io. |
File paths can contain spaces. URIs cannot. Paths must therefore be encoded before turning into URIs. Fixes #182.
File paths can contain spaces. URIs cannot. Paths must therefore be encoded before turning into URIs. Fixes #182.
Raises
URI::InvalidURIError
:The text was updated successfully, but these errors were encountered: