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

[#1123] Fix the data returned by aggregate in CSV format #29

Merged
merged 2 commits into from
Aug 9, 2017

Conversation

vitorbaptista
Copy link
Contributor

[#1123] Set the default CSV filename to "data.csv"
Otherwise the default name would be the URL path, in this case "aggregate".

openspending/openspending#1123

[#1123] Return all cell's columns in the CSV response
We were returning only the aggregates, like "executed.sum", "approved.sum",
etc., so the user received a bunch of rows without their labels.

openspending/openspending#1123

Otherwise the default name would be the URL path, in this case "aggregate".

openspending/openspending#1123
We were returning only the aggregates, like "executed.sum", "approved.sum",
etc., so the user received a bunch of rows without their labels.

openspending/openspending#1123
@coveralls
Copy link

coveralls commented Aug 9, 2017

Coverage Status

Coverage increased (+0.02%) to 94.839% when pulling 1e4137b on feature/1123-fix-bug-in-csv-downloads into 1e35863 on master.

@vitorbaptista vitorbaptista merged commit ffd2e54 into master Aug 9, 2017
@vitorbaptista vitorbaptista deleted the feature/1123-fix-bug-in-csv-downloads branch August 9, 2017 16:45
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

Successfully merging this pull request may close these issues.

None yet

2 participants