Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
vikramk
Creator II
Creator II

Talend not capturing the rejected rows

Hi,

Below is my job design, I tried giving reject output for tables to console and file, but talend is not capturing logs for rejected data. If I print the no of rows rejected for the table it will print the no. Please help me to fix this.

Labels (4)
1 Reply
Anonymous
Not applicable

For debugging, print the no of rows which are inserted successfully.

((Integer)globalMap.get("tDBOutput_1_NB_SUCCESS"))

and check how many total rows it is read from shp_states table.

 

Regards

Shong