Is it possible to set up a parameter for a custom transformer so it allows selection of a list, not just a single element of the list?
Solved
Custom transformer - providing name of list(s) as an input parameter
Best answer by jdh
Depending on which transformer you use to publish the list parameter, the behaviour is different.
Given a feature with
_list1{}
_list2{}.a
_list2{}.b
If you use a listIndexer you will have a choice of _list1{} or _list2{}.
If you use a listDuplicateRemover your choices will be _list1{}, _list2{}.a, _list2{}.b
If you use a listConcatenator your choices are _list1{}, list2{}, _list2{}.a, _list2{}.b
The only one I know that let's you chose multiple lists is the attributeRemover (Lists to Remove).
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.