Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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