Command line format for Exec node

Hi,

some issue to create a command line for an exec node from a json object.
the object is this one :slight_smile:

and i would like to format the object as individual command line parameter like this:

I try a split node but doesn't work !
:thinking:

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 !

1 Like