FME Transformers: 2024.1

Categories
Calculated Values

ListRangeExtractor

Extracts the minimum and maximum values found in a list.

For example, if this feature enters this transformer:

somelist{0}.val = 12

somelist{1}.val =  0.5

somelist{2}.val = 8

Then the value assigned to the resulting minimum attribute would be 0.5 and the value assigned to the maximum attribute would be 12.

Note that non-numeric minima and maxima may also be extracted.  For example, if this feature enters this transformer:

somelist{0}.val = 'apple'

somelist{1}.val = 'donut'

somelist{2}.val = 'aardvark'

Then the value assigned to the resulting minimum attribute would be 'aardvark' and the value assigned to the maximum attribute would be 'donut'.

If some values are numeric and some are not, the minimum and maximum values extracted may not be useful.

Configuration

Parameters

Editing Transformer Parameters

Transformer parameters can be set by directly entering values, using expressions, or referencing other elements in the workspace such as attribute values or user parameters. Various editors and context menus are available to assist. To see what is available, click beside the applicable parameter.

For more information, see Transformer Parameter Menu Options.

FME Community

The FME Community is the place for demos, how-tos, articles, FAQs, and more. Get answers to your questions, learn from other users, and suggest, vote, and comment on new features.

Search for all results about the ListRangeExtractor on the FME Community.