Concatenates all the values of a list into a single attribute.
Select the attribute that will supply the list containing the values you want to concatenate.
Characters can be expressed as regular characters but they can also include any number of control characters.
Special character sequences (Advanced Editor only) are interpreted as shown below:
Sequence | Description |
---|---|
Ctrl+Shift+g (^G) |
Audible alert (bell) (0x07) |
Ctrl+Shift+h (^H) |
Backspace (0x08) |
Ctrl+Shift+l (^L) |
Form feed (0x0c) |
Ctrl+Shift+j (^J) |
Newline (0x0a) |
Ctrl+Shift+r (^M) |
Carriage return (0x0d) |
Ctrl+Shift+i (^I) |
Tab (0x09) |
Ctrl+Shift+k (^K) |
Vertical tab (0x0b) |
\ |
Backslash |
Allows you to specify the attribute that will contain the concatenated list values.
Determines whether to concatenate empty attribute values.
By default, all attribute values will be concatenated, whether or not they are empty. If this parameter value is set to Yes, then only non-empty values be concatenated.
If this feature enters the ListConcatenator:
and a concatenation of somelist{}.kind with a backslash (\\) separator is requested, then the resulting attribute will contain: paved\smooth\rough.
About Transformer Parameter Options
Using the Intersector and ListConcatenator to Solve Problems
Search for samples and information about this transformer on FMEpedia.