I'm working on an ETL that extracts data from Progress and stores it into PostgreSQL.
However; when I have duplicate keys, I'm having problems with my upsert.
The problem is that the component is creating an invalid script. As you can see, it is missing the double quotes. It needs to be: ON CONFLICT ("cdConstrucao")
My settings are :
Deplayed error :
Sample table :
Is there a way to fix it ?
Kind regards Juliano
I am not sure if you are still facing this issue. Try following 2 settings
Statement Type: INSERT_IGNORE,
Translate Field Names: false