Hi there,
I am searching for a solution for the following problem:
I am doing a time tracking for my worktimes with Zone Enter and Zone Leave.
As you can see I am writing the weekday, the date and the time of entry in a join node. There I am waiting for the leave time, the lunch break time and the overall working time. When I have six values I am writing the csv file.
My problem is: When I am redeploying in Node-RED the whole flow fails because its not getting the six values.
My idea: Writing the first three values in the file, adding the second three values and then do a line break.
What do you think?
Is my idea possible or is the whole construct not good?
Thank you!
Greets
Daniel
CODE:
[{"id":"de5760de19276ada","type":"file","z":"aeb20ff2.63de98","name":"","filename":"/share/Test.csv","filenameType":"str","appendNewline":false,"createDir":false,"overwriteFile":"false","encoding":"none","x":1540,"y":280,"wires":[[]]}]