nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Reader::__construct() parsing filename as CSV data #112

Closed nozavroni closed 7 years ago

nozavroni commented 7 years ago

When the "veryShort" vfsStream url in Reader::__construct(), it parses the filename as CSV data rather than opening it as a file.

nozavroni commented 7 years ago

Fixed and tested