Forum Discussion
Hi RStelzig ,
Good day, you can create a sql script that will handle update and insert then set it in the PostgresSQL - Execute snap.
Warning this approach might be a little error-prone as it will try to concatenate a mix of data types e.g. field type is a String type where in the script you need to enclosed it with single quote e.g. 'this is a string value'
Thanks,
EmEm