FME Transformers: 2024.1

Categories
Attributes

ListPopulator

Populates a new list from a series of attributes.

The attributes to be used are specified by the prefix parameter. Each attribute's index in the list is specified by everything in the attribute name after the prefix.

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

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

  bob0 = 'cat'

  bob1 = 'dog'

  bob2 = 'rooster'

  anotherAttr = 'carrot'

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

  bob0 = 'cat'

  bob1 = 'dog'

  bob2 = 'rooster'

  anotherAttr = 'carrot'

  somelist{0} = 'cat'

  somelist{1} = 'dog'

  somelist{2} = 'rooster'

Note that in order for the resulting list to be useful, the source attributes must begin at index 0, and count up without any gaps. For instance, if in the example above, only the bob2 attribute was available, the resulting list would not be valid.

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