csvlint.io icon indicating copy to clipboard operation
csvlint.io copied to clipboard

URLs with spaces throw an error

Open Floppy opened this issue 8 years ago • 0 comments

URLs entered in the dialog that contain spaces throw a silent error when validate is clicked. This is similar to theodi/csvlint.rb#182, but at a different point in the process. Basically we need to check that the URI entered is valid, and if not, make sure it's encoded properly before sending it into the Validator.

Floppy avatar Aug 15 '17 15:08 Floppy