-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
feature: download output via csv or json #5
Comments
Hey @jofftiquez , |
Hello @JayeshVP24 yes, that is correct. There should be an extra button to explicitly download the output as CSV or JSON. I will update the description. Thank you! |
Right, thanks. |
@JayeshVP24 I see, I can't really tell for sure if there's such a case I haven't tested all of them really 😅 However you can maybe use lodash to flatten the input just in case there's such an output. But yeah we'll see. |
You know what, there's actually a nested array. The "Datatype - Array" @JayeshVP24 |
@jofftiquez |
In Browser, u suggested for a Download JSON/CSV for a single datapoint? In extensions, Dialogs/Modals are usually a new page itself |
I mean OR, 1 for each data type. Thanks |
I have made the PR, please LMK if any changes |
Add a feature to download the output as CSV or JSON. There are two considerations here, the first is the web app version and the second is the browser extension.
For the browser extension, I would like for this to be a button with dropdown on the right side to show the options "Download CSV", and "Download JSON".
In the browser extension, since there's an issue in showing the dialog the bulk action is not available yet, therefore there's no place for the button put in. I also need ideas/feedback for this.
The initial idea is when the list is clicked that's the normal action just copy the output to the clipboard. Then, add a menu on the right side of the list item to show a dropdown list with options to "Download CSV", and "Download JSON".
The text was updated successfully, but these errors were encountered: