Hi @fmeuser_gc,
You can try to use the transformer AttributeRangeFilter.
The option Generate enable you set values Minimum and Maximum and the number of Ranges.
Thanks,
Danilo
Hi @fmeuser_gc,
You can try to use the transformer AttributeRangeFilter.
The option Generate enable you set values Minimum and Maximum and the number of Ranges.
Thanks,
Danilo
This transformer might need all ranges. But I can't use range as all the values are random
.
I would list the values in an external source (database table, csv file, Excel file) and use the FeatureMerger to check if the values are available in the external source.
The database table would be my preference.
That allows adding values to the source without having to change the workspace.
I would list the values in an external source (database table, csv file, Excel file) and use the FeatureMerger to check if the values are available in the external source.
The database table would be my preference.
That allows adding values to the source without having to change the workspace.
@erik_jan, this worked and is the best reply. You saved my time. Thanks.
In addition to what @erik_jan said, instead of featuremerger, you could also use the databasejoiner.
Then you don't need another reader.