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 copy rows in csv or text format #394

Closed
lapega opened this issue Jul 29, 2022 · 1 comment
Closed

Allow copy rows in csv or text format #394

lapega opened this issue Jul 29, 2022 · 1 comment
Assignees
Labels
enhancement 🚀 New feature or request

Comments

@lapega
Copy link

lapega commented Jul 29, 2022

Sometimes I need to copy some rows to a spreadsheet or a text editor,
but the only options available are SQL and JSON.
So I have to process this json so I can get something more basic,
like (foo, bar, mike, 20).

Could you add more options to the copy menu?
CSV would be a good option since is very easy to process,
or paste on a spreadsheet.
(Or something separated by tabs and line endings)

I know we have the CSV option in Export menu, but sometimes all I need are a few rows,
or the dataset is so small that is faster to copy and paste than export.

imagen

@Fabio286 Fabio286 added the enhancement 🚀 New feature or request label Jul 29, 2022
@Fabio286
Copy link
Member

Implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🚀 New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants