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

Save CSV #2

Open
ShiHau opened this issue Feb 23, 2022 · 0 comments
Open

Save CSV #2

ShiHau opened this issue Feb 23, 2022 · 0 comments

Comments

@ShiHau
Copy link
Contributor

ShiHau commented Feb 23, 2022

Because when saving a CSV file, node red will append a new row with "end". This causes a problem where your data will not look right if you save multiple times within a session.

The workaround is the only save data at the end. If you need to modify it, close the export/import data menu. Enter the filename into the import data text field and then open the file, then perform more editing there.

The solution is to change the way python reads the file data from using a while loop to using a for loop to receive the data. This way there won't be a need for the "end" row and thus it can be removed from node-red. This change has not been implemented as of 23/02/2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant