Right now I have several parameters accepting a single attribute selection and a published user parameter that accepts multiple attributes (basically you select all the ones you selected above). I want to use a single duplicatefilter transformer to filter out duplicates of the several user parameters that have already been provided.
Page 1 / 1
Hi @runneals,
To use the DuplicateFilter, I think you will need to use a ParameterFetcher first to extract the parameters to attribute values on the features. However, you may want to explore using Python Scripted Parameters to do the duplicate removal instead of the transformer. For more information, please have a look at:
https://community.safe.com/s/article/python-scripted-parameters