Hi, everyone
I'm study about dashboard I install Node-red on IOT2050.
Now I can't export csv files to my drive D: .
I need to record data on dashboard
- I already create folder and CSV files for record the data but debug it show the data but in CSV file didn't record.
How we can check this point ? or we need to use another Node.
Thank you for the answer.
Best regards,
[{"id":"4bcfff86.72b5b","type":"tab","label":"Flow 12","disabled":false,"info":""},{"id":"8f73c1af.7a569","type":"function","z":"4bcfff86.72b5b","name":"","func":"var d = new Date();\nvar date = d.getFullYear()+"/"+d.getDate();\nvar temp = Math.random()*100.0\nvar humid = Math.random()*100.0\nvar data = date+","+temp+","+humid\n\nmsg.payload = data\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":400,"y":220,"wires":[["8d2c1676.e74518"]]},{"id":"e65a1645.e63a08","type":"debug","z":"4bcfff86.72b5b","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":1010,"y":220,"wires":},{"id":"c63c1f5e.65bc1","type":"ui_button","z":"4bcfff86.72b5b","name":"","group":"59b830e6.0165","order":15,"width":0,"height":0,"passthru":false,"label":"Save","tooltip":"","color":"","bgcolor":"","icon":"","payload":"true","payloadType":"bool","topic":"","x":250,"y":220,"wires":[["8f73c1af.7a569"]]},{"id":"702a6aa1.28bd04","type":"file","z":"4bcfff86.72b5b","name":"","filename":"D:\Datalog\Datalog1.csv","appendNewline":true,"createDir":true,"overwriteFile":"false","encoding":"none","x":730,"y":220,"wires":[["e65a1645.e63a08"]]},{"id":"8d2c1676.e74518","type":"csv","z":"4bcfff86.72b5b","name":"","sep":",","hdrin":false,"hdrout":"none","multi":"one","ret":"\n","temp":"col1,col2,col3","skip":"0","strings":true,"include_empty_strings":"","include_null_values":"","x":530,"y":220,"wires":[["702a6aa1.28bd04"]]},{"id":"e6f45637.fdb428","type":"inject","z":"4bcfff86.72b5b","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":240,"y":260,"wires":[["8f73c1af.7a569"]]},{"id":"59b830e6.0165","type":"ui_group","name":" ","tab":"5ed2e4a1.1e0b4c","order":1,"disp":true,"width":5,"collapse":false},{"id":"5ed2e4a1.1e0b4c","type":"ui_tab","name":"Main Page","icon":"dashboard","order":1,"disabled":false,"hidden":false}]