In the past I've always used a Group By with the line combiner to join lines that share a common value. Now there appears to be a parameter called Combine On Attribute - how does this differ from the Group By option?
Solved
Line combiner - difference between Group By and Combine On Attribute Parameters
Best answer by jdh
The parameters are similar if used individually, but allow for greater control when used in combination.
The differences between them are the Group-By allows for parallel processing, but the Combine on Attribute does not.
If Drop incoming attributes is selected, any attributes on the Combine on Attributes will be dropped, but any in the Group By will be preserved.
If Break Across Attribute Values is Yes, then two lines with the same values in the Combined on Attributes will not be joined if there is a 3rd line with differing values (but it would if nothing was set on Combine on Attribute and the Group-By was used instead).
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.