Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Talend Experts
I need your help please.
I am trying to get row count from TSalesforceInput component (where I have simple query like SELECT Id from TableA) and trying to capture using NB_LINE. The code for NB_Line is written in JAVA3 component
System.out.println(((Integer)globalMap.get("tSalesforceInput_2_NB_LINE")));
but instead of showing me total counts...... it prints Null ....Null...... My flow is simply like below:
What do I do to get row counts so that I can compare with target counts too?
Your job should look like this one:
It compiles and works fine.