Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I have dataset with only one column and number of rows. Why I'm getting different result for tUniqueRow and tAggregateRow ?
Thanks !
may be because - one is count Unique rows and other any rows? 🙂
in other words - You have duplicates in this filtered column
But the input to both the components is same and mainly has only one column, and yes this one column is having duplicate values in it. How can the result be different ?
I think tUniqueRow is using fuzzy match for uniqueness, and so the no. of rows are lesser by 33 than that of tAggregateRow.
Thanks for the reply @vapukov.
Unique - it is Unique 🙂
1,1,2,3,3,3 = unique 1,2,3 without variants
Okay
You mean to say for 1,2,3,3,4,4,5,5,5,6,6,6,6
Unique = 1,2
Aggregate = 1,2,3,4,5,6
Right ? @vapukov
no,
I guess, what are You mean
if You have only single column and group by this column, it must be same result
because not - need redirect flows to files and compare by diff
for make it more easy compare - You can sort column before store to file
what settings You use in both components?
What is the data type of the single column in your schema? How do you have your tAggregateRow component configured?
Oh, I haven't observed that. Thanks for pointing me out @cterenzi.
Now I'm getting same row count. Which one is good to go for - tUniqueRow or tAggregateRow ?