var newMsg = { payload: msg.payload.length };
Source: Writing Functions : Node-RED
var newMsg = { payload: msg.payload.length };
Source: Writing Functions : Node-RED
node-red-contrib-spreadsheet-in
This seems to be an issue with zsh solved here.
There are several ways to solve this:
alias curl='noglob curl'unsetopt nomatchdate -d “@$(( $(date +%s) – 3 * 24 * 60 * 60 ))”
Source: linux – Get the date three days from today with BusyBox date – Stack Overflow
Source: SQL UNIQUE Constraint
node.send(msg);