Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Talend Community,
I need to know which component will support to count the number of records inserted success and failure while inserting into database using Excel sheet as input.
Please help me any one. It is very important for me.
Regards,
P.Surendra.
Hello manohar B,
I did as per your input but in code content of tJava what should i provide the value.
Please give input on same.
Thanks in Advance,
P.Surendra.
@surendra,can you check the below link may help you
Hello Manohar B,
Is there any specific component to use for defining this value
"The total number of processed files is: "+((Integer)globalMap.get("tOracleOutput_1_NB_LINE_INSERTED"));
Because i am not using any tsendemail component in my requirement so please suggest where i can define 1_NB_LINE, 1_NB_LINE_INSERTED, 1_NB_LINE_UPDATED, 1_NB_LINE_REJECTED like this i need complete output.
So please guide me.
Best Regards,
P.Surendra.
Hello Manohar B,
Thanks for prompt response.
I used same thing in my job but getting an error please have look on screen shot and help me.
Regards,
P.Surendra.
@surendra,you need to use tjava on component ok of tOracleoutput.
Hello manohar B,
I did as per your input but in code content of tJava what should i provide the value.
Please give input on same.
Thanks in Advance,
P.Surendra.
Hi Manohar B,
I got solution thanks for helping and encouraging for new people to learn Talend.