Forum Discussion
ljupcho_machkov
7 years agoNew Contributor
Hi Eric,
Yes, this can be done using the Group by snap. Before that you should use Sort snap, and for the example above, Sort paths should be $Col1 and $Col2. After that in the Group by fields snap, you are adding these 2 fields $Col1 and $Col2. If you are sure that version numbers in Col3 will be always sorted in increasing order you can return (filter) the last element from the group array (in this case element with the highest version number - Col3) using the mapper snap with pop function.
Regards, Ljupcho