What is the syntax for the Insert INTO command on a database destination node? Example:
Insert into Table-Name
(Column1, Column2, Column3)
Values (message.getNode('1'),message.getNode('2'),message.getNode('3'))
What's the syntax to link the corresponding getNode to the column Values?