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

Export from db to CSV and download #1029

Open
RyIot3329 opened this issue Jun 26, 2024 · 3 comments
Open

Export from db to CSV and download #1029

RyIot3329 opened this issue Jun 26, 2024 · 3 comments
Labels
feature-request New feature or request that needs to be turned into Epic/Story details

Comments

@RyIot3329
Copy link

RyIot3329 commented Jun 26, 2024

Description

I am not sure if this id possible already but I need to prepare a file for export to the browser using the browser download API. This would be a great feature or if it is already possible would love to see an example on how this could be done.

Have you provided an initial effort estimate for this issue?

This may already exist

@RyIot3329 RyIot3329 added feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do labels Jun 26, 2024
@joepavitt
Copy link
Collaborator

So, just to check here, you're creating a file in Node-RED, you want to send that to Dashboard for download by a user?

@RyIot3329
Copy link
Author

RyIot3329 commented Jun 28, 2024 via email

@Steve-Mcl
Copy link
Contributor

Hi @RyIot3329

This is something you can already do yourself.

Here is a demo of serving files from your Node-RED to a user on a dashboard:

https://flows.nodered.org/flow/db68bd4934cf46f39e6e453a348bc419

IMPORTANT: This is a Dashboard 1.0 example (not Dashboard 2.0) so the ui-template will need re-jigging but the important parts and the concept should set you off in the right direction.

@Steve-Mcl Steve-Mcl removed the needs-triage Needs looking at to decide what to do label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request that needs to be turned into Epic/Story details
Projects
None yet
Development

No branches or pull requests

3 participants