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

Add ability to export query results as CSV #9

Open
tomatohater opened this issue Feb 10, 2015 · 5 comments
Open

Add ability to export query results as CSV #9

tomatohater opened this issue Feb 10, 2015 · 5 comments

Comments

@tomatohater
Copy link
Contributor

This is a feature I added to my local fork... My "Run" button is accompanied by an "Export" button which dumps the results to a CSV.

If this interests you, I can clean up and submit a PR.

@ebertti
Copy link
Owner

ebertti commented Feb 10, 2015

I'm very interested.

What you think in something like this?

capturar

@victornovais
Copy link
Contributor

+1

1 similar comment
@nicolasteodosio
Copy link

👍

@joaoleite
Copy link

Why could not possible to export the data via a url?

example:

www.example.com/admin/requery/query/MyQuery#1.json => json format
www.example.com/admin/requery/query/MyQuery#1.csv => csv format
...

@victornovais
Copy link
Contributor

@joaoleite, I opened a issue intending to create API for each requery #12 . This idea could be part of the API requeriments. The API could accept arguments like ?format=csv or ?format=json to handle that kind of scenario you are talking about.

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

5 participants