Comments and answers for "Loop through multiple choice user parameter" https://knowledge.亚搏在线safe.com/questions/42423/loop-through-multiple-choice-user-parameter.html The latest comments and answers for the question "Loop through multiple choice user parameter" Answer by gio https://knowledge.safe.com/answers/42538/view.html

this won't execute the input one at a time (looped) running the workspace for each choice separately.It's just feeding it 3 features, which is not the same.

Thu, 06 Apr 2017 14:38:30 GMT gio
Comment by rclarkenz on rclarkenz's answer https://knowledge.safe.com/comments/42426/view.html Thanks @erik_jan!This worked perfectly. Tue, 04 Apr 2017 22:11:42 GMT rclarkenz Answer by erik_jan https://knowledge.safe.com/answers/42425/view.html

There is multiple ways of doing this, but I would try:

Create an attribute from the parameter.

Use the AttributeSplitter (space delimited) to generate a list from the chosen values (AB and EB and TT).

The use the ListExploder to get features per value in the list.

Feed these features to the mentioned transformers that you need to execute.

Tue, 04 Apr 2017 21:03:36 GMT erik_jan