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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
vidya821
Creator
Creator

row count from tUniqRow

Hi All,

 

Is there any way to get the row count from tUniqRow component.

i am trying to insert the rows into delimitedoutput file and also footer will have no of rows inserted

Please let me know if its possible.

Thanks

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

Here is also tFlowMeterCatcher component which catches the processing volumetric from the tFlowMeter component and passes them on to the output component.

Please take a look at component references about:TalendHelpCenter:tFlowMeterCatcher and TalendHelpCenter:tFlowMeter.

Best regards

Sabrina

View solution in original post

2 Replies
cterenzi
Specialist
Specialist

In the bottom left panel, titled Outline, there is an entry for each component in your job.  Expanding a component's entry will reveal the global variables exposed by the component.  tUniqRow exposes NB_Uniques should contain the number of unique values passed on to the next component.

Anonymous
Not applicable

Hello,

Here is also tFlowMeterCatcher component which catches the processing volumetric from the tFlowMeter component and passes them on to the output component.

Please take a look at component references about:TalendHelpCenter:tFlowMeterCatcher and TalendHelpCenter:tFlowMeter.

Best regards

Sabrina