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

filter csv data #2

Open
reki2000 opened this issue Jun 8, 2017 · 0 comments
Open

filter csv data #2

reki2000 opened this issue Jun 8, 2017 · 0 comments

Comments

@reki2000
Copy link
Contributor

reki2000 commented Jun 8, 2017

To share the same CSV file for some segment-wise charts, It's useful to have a filtering feature:

  "chart": {
    "file_name": "data-1.csv",
    "filter": { "equals": { "year": "2002" } }  <-- this means "only use rows which has a value "2002" at "year" column
  }

otherwise, users should divide a CSV file into segment-wise CSV files. It makes CSV file handing work more messy and error prone.

@reki2000 reki2000 changed the title Feature: filter csv data filter csv data Jun 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant