FME Transformers: 2024.1

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 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 ListExpressionPopulator on the FME Community.