Hi,
some issue to create a command line for an exec node from a json object.
the object is this one
and i would like to format the object as individual command line parameter like this:
I try a split node but doesn't work !
Hi,
some issue to create a command line for an exec node from a json object.
the object is this one
and i would like to format the object as individual command line parameter like this:
I try a split node but doesn't work !
I would use a join node (using jsaoata) or a template node to form the parameters you need and put that in msg.payload. then I would check the +Append msg.payload
box.
Thanks for your help.
It's perfect with a template node !