Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special symbols in CSV (i think) make faceting incorrect #98

Open
izaslavsky opened this issue Jan 12, 2017 · 3 comments
Open

Special symbols in CSV (i think) make faceting incorrect #98

izaslavsky opened this issue Jan 12, 2017 · 3 comments
Labels

Comments

@izaslavsky
Copy link
Collaborator

izaslavsky commented Jan 12, 2017

http://suave-dev.sdsc.edu/main/file=zaslavsk_SuAVE_EoE_Webinar__2017_1_11.csv&views=111010&view=bucket

  1. Select Italy under Country.
  2. expand Organization, and see that CIESIN/Columbia University is 0

I think it is because of "/" - but need to test. When I published the earlier version, I replaced all "/" symbols manually, and then it started to work

@izaslavsky
Copy link
Collaborator Author

That "CIESIN/Columbia University" shows up under any country you select, actually

@izaslavsky izaslavsky added the bug label Jan 12, 2017
@izaslavsky
Copy link
Collaborator Author

If I replace "CIESIN/Columbia University" with "CIESIN / Columbia University" (eg with one or two extra spaces before or after the "/") then it works. Shall we look for character combinations such as "N/C" ? Weird.

@izaslavsky
Copy link
Collaborator Author

Also, using & in strings such as "Date & Time" throws an error. Had to replace it with "Date/Time"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant