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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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