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

Parse CSV file using JavaScript #1

Open
madewithsalt opened this issue Jun 25, 2014 · 1 comment
Open

Parse CSV file using JavaScript #1

madewithsalt opened this issue Jun 25, 2014 · 1 comment
Assignees

Comments

@madewithsalt
Copy link

So one of the first steps to moving this to a static website will be to parse the School Budget CSV file without having to modify it.

We should add a library like http://papaparse.com/ to the site to handle parsing that data on the front-end.

@alohaas alohaas assigned alohaas and JessicaBarnett and unassigned alohaas Jul 9, 2014
@alohaas
Copy link

alohaas commented Jul 9, 2014

  1. Download API CSV Data and add to data folder
  2. Find a good CSV parser? Papaparse?
  3. Create parser.js file which will read our csv data and convert into a readable format for d3 (json).

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

No branches or pull requests

3 participants