Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have modified the tPostgresqlOutputBulkExec too:
- note that the official contains errors
- have added : NB_LINE_INSERTED, NB_LINE_UPDATED, NB_LINE_DELETED, QUERY, NB_LINE_MODIFIED ( = inserted OR updated OR deleted)
The bulk delete work that way :
1)create a temp table
2)bulk insert rows in it
3) DELETE from table with join on key condition
- have modified the way COPY is used (use STDIN function = > then it is possible to use it as a classical tPostgresqlOutput without use tFtp tu push the csv on the remote server && faster for this reason)
you can get it visiting my github account (user = parisni , talend repos ).