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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to capture reject records

Am very new to Talend and am loading a salesforce object from a database table.

pretty simple job and it fails to load about 5% of the data.  I am just trying to capture the reject records to a xls or csv.  such an easy thing i imagine but cant seem to find where/how.

 

any help would be appreciated.

 

thanks!

Labels (3)
12 Replies
Anonymous
Not applicable
Author

Hi @ppp_rrr

 

please look at the screenshot I have attached below, I guess you exactly want the same job flow.

0683p000009Lufp.png

 

In the source, I'm having 5 records in which 2 records doesn't meet my condition so it gets rejected.

 

 

Anonymous
Not applicable
Author

Hi @Sara,
thanks for the reply.

But when I'm trying it, it's not giving me the desired results. I am not applying any validation to the input data in tMap. Anything which is not accepted in Oracle database according to column type is rejected and should be stored in a separate excel file as a kind of report.
Please see my screeshot. you can see in console 3 rejected records, these should have gone to excel, but not so...0683p000009Lufy.jpg

Anonymous
Not applicable
Author

Hi @ppp_rrr

 

Please do the following  changes in your job and run

1.Uncheck "Die on error"

2.you will errorReject on your right-side just connect that to your tfileoutputexcel to see the rejected records and error message.

0683p000009LugI.png