[BUG] fromCSV fails when there is a space in the path
Describe the bug
It seems that fromCSV, when passed a file path to open, will fail if there is a space in the file's path (e.g. if instead of /home/me/dir/file.csv you use /home/me/dir with space/file.csv).
To Reproduce Steps to reproduce the behavior:
- call
fromCSV(), passing in a path that contains a space
Expected behavior The CSV should open.
Screenshots
Desktop (please complete the following information):
- OS: OS X
- Browser [e.g. chrome, safari]: n/a - using this via Node
Smartphone (please complete the following information): n/a
I can corroborate this. Here's my example.
-
Showing my files in Finder

-
I copied "Fixed Broadband Subscription.csv" and renamed it "1.csv". Reading it works.

-
I tried reading "Fixed Broadband Subscription.csv", and it failed.

-
But if I examine the file in terminal using the exact path I copy/pasted from (3), I am able to examine successfully.
