Add option to run SQL query just to export results

Issue #1698 resolved
Kris Goncalves created an issue

Similar to workbench, where you can select to run a query as “bulk CSV” and it provides a download link for a CSV for you to open in Excel versus actually displaying the results to you in tabular form.

Currently, the SOQL query tab struggles with larger query results with many fields being returned. This enhancement would be ideal to skip the processing that may slow that process down (tabular/tree tab view) and provide an easy way for you to export data from your server to open in another program (ex. Excel) quickly.

Comments (4)

  1. Scott Wells repo owner

    I just committed this enhancement to the SOQL Query tool window for inclusion in the next build (likely Thursday morning):

    Issue_1698.gif

  2. Log in to comment