You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
When I right click on a .csv file in the Files and choose Open with->Voyager I get :
localhost:8888 says Cannot read property 'map' of null
The voyage window opens up but it seems not read in any data at all.
But when I do the same to a .json file, the voyage window opens up without the error message but still no data is loaded.
My OS: Linux Mint
Chrome: 68.0.3440.75
node -v:v8.10.0
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Thx for reporting this issue!
It looks like a file content reading error. For local file, the content reading process relies on "read" method from vega-loader(). It loads the content into strings and process them with different delimiters based on different file types. Therefore, to use this method properly, we have to make sure the file contents strictly match the file type.
Thanks for your reply!
I play around with it and finally find out the reason.
My .csv file's first column is index column and it does not have a header name. So that element of the header line is simply blank. After I fill some text to it and reload the data, it works.
Is it an issue you can fix? Thanks!
Hi!
When I right click on a .csv file in the Files and choose Open with->Voyager I get :
The voyage window opens up but it seems not read in any data at all.
But when I do the same to a .json file, the voyage window opens up without the error message but still no data is loaded.
My OS: Linux Mint
Chrome: 68.0.3440.75
node -v:v8.10.0
Thanks in advance!
The text was updated successfully, but these errors were encountered: