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

Allow viewing results from any query runs as CSV #925

Closed
RasmusWL opened this issue Aug 18, 2021 · 3 comments
Closed

Allow viewing results from any query runs as CSV #925

RasmusWL opened this issue Aug 18, 2021 · 3 comments
Labels
enhancement New feature or request VSCode

Comments

@RasmusWL
Copy link
Member

Is your feature request related to a problem? Please describe.
I sometime runs queries in the VS Code extension that are not alerts (@kind problem), but want to export them to CSV for further processing, but currently the View Results (CSV) (right click menu) does not work for those.

Describe the solution you'd like
To be able to view results for any query run as CSV

Describe alternatives you've considered
-

Additional context
I'm not sure how this will handle when multiple query predicates are in scope 🤷 I guess the extension could ask which one of them you wanted to export, but if there's an easy solution (that you can think of) to get all of them I guess that would be even better.

@RasmusWL RasmusWL added the enhancement New feature or request label Aug 18, 2021
@RasmusWL RasmusWL changed the title Allow viewing results from _any_ query runs as CSV Allow viewing results from any query runs as CSV Aug 18, 2021
@smowton
Copy link
Contributor

smowton commented Aug 18, 2021

I'm not sure how this will handle when multiple query predicates are in scope

Perhaps this isn't a right-click from the query history but rather a button in the CodeQL Query Results pane?

@aeisenberg
Copy link
Contributor

Is this just about viewing a cab file? Would a separate csv viewer extension be sufficient? Like this one: https://marketplace.visualstudio.com/items?itemName=GrapeCity.gc-excelviewer

@adityasharad
Copy link
Contributor

Thanks! I believe we already have this tracked in #832, though this is a good reminder to work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request VSCode
Projects
None yet
Development

No branches or pull requests

4 participants