FME Transformers: 2024.2

Categories
Attributes

ListExpressionPopulator

Populates a new list from a series of attributes. The attributes to be used are specified by the expression parameter. Each attribute's index in the list is specified by the order of the attribute in the sorted result of the regular expression.

See the StringSearcher for more information on regular expressions.

The geometry of each feature entering the transformer is not changed.

For example, if the expression parameter is set to "^bob", and a feature entered the transformer with the following attributes:

  bob1 = 'cat'

  bob2 = 'dog'

  bob4 = 'rooster'

  anotherAttr = 'carrot'

then, presuming that the list name specified was "somelist", the feature would now look like:

  bob1 = 'cat'

  bob2 = 'dog'

  bob4 = 'rooster'

  anotherAttr = 'carrot'

  somelist{0} = 'cat'

  somelist{1} = 'dog'

  somelist{2} = 'rooster'

Configuration

Parameters

Additional Resources

More Information on Lists

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 has a wealth of FME knowledge with over 20,000 active members worldwide. Get help with FME, share knowledge, and connect with users globally.

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