Possible solution for split-choose-insert into DB

Hi all,

Hereby a possible solution for:

receiving a msg from an external server
change format into JSON
split the msg
choose which SQL statement has to be executed
extract the statement from msg
send it to a DB
and show me the result

This project will be extended whit a soap server and dashboard (working on it)
msg-split-insert-db.json (3.9 KB)

Actually the Inject node at the start is injecting JSON (JSON is a string representation of an object) and the JSON node is converting it from JSON to a javascript object.

1 Like

This topic was automatically closed after 60 days. New replies are no longer allowed.