I'm creating strings from feature with the StringConcatenator. Now I would like to group the feature-strings by an attribute with the Sampler. How can I add in front of each feature-group an additional string with the group attribute?
Solved
Name grouped feature-strings
Best answer by takashi
Hi @nindalf, if I understood the requirement correctly, this workflow could be a solution.
[Edited]
Source (CSV)
Feature,Attribute
1,A
10,B
2,A
9,B
3,A
8,B
4,A
7,B
5,A
6,B
Result (Text)
Group A
Feature 1 Attribute:A
Feature 2 Attribute:A
Feature 3 Attribute:A
Feature 4 Attribute:A
Feature 5 Attribute:A
Group B
Feature 6 Attribute:B
Feature 7 Attribute:B
Feature 8 Attribute:B
Feature 9 Attribute:B
Feature 10 Attribute:B
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.