Data-Liberation-Front / csvlint.rb

The gem behind http://csvlint.io
MIT License
286 stars 87 forks source link

handle whitespace in filenames for file URLs #209

Closed Floppy closed 7 years ago

Floppy commented 7 years ago

File paths can contain spaces. URIs cannot. Paths must therefore be encoded before turning into URIs. Fixes #182.