Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I 'm using Talend Open Studio for Data Integration v.6.1 and it seems that the reject link for the component tMSSqlOutput doesn't work properly.
The flow is the following: tFileInputExcel -> tMap -> tMSSqlOutput -(rejects)-> tFileOutputDelimited.
Primary Keys are specified.
By using the action "Insert if not exist" I expect the component tMSSqlOutput to reject all the rows which PKs are already present in the table, but it doesn't happen. Rows are not inserted nor updated, yet nothing passes the Rejects link and nothing gets written in the output file.
Any idea? Thanks.