Replies: 2 comments 6 replies
-
@carlpaten super easy workaround: click Export Data --> Export Data CSV and then pipe that into Google Sheets? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Converting this to a discussion as you all talk through @ajohnson1200's suggestion 👍 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Version Information
Server Version: v2.4.0
CLI Version (for CLI related issue): v2.4.0
Environment
OSS
What is the current behaviour?
When using the Run SQL page, tabular results are returned as a series of nested divs, which cannot be pasted into a spreadsheet editor without losing the table structure
What is the expected behaviour?
As in Hasura 1.x, the Run SQL page should show tabular results using HTML
<table>
How to reproduce the issue?
/console/data/sql
SELECT
some multi-row, multi-column dataset<div>
sKeywords
hasura web console run sql html table div copy paste google sheets microsoft excel
Beta Was this translation helpful? Give feedback.
All reactions