Skip to content

Tamper: Implode

Plugin ID: eca_tamper:implode

Available since: 1.0.0

Converts an array to a string.

Fields

Data to be tampered — config key: eca_data


This field supports tokens.

Type: textfield · Required: yes · Default: empty string

Result token name — config key: eca_token_name

Provide a token name under which the tampered result will be made available for subsequent actions.
This field supports tokens.

Type: textfield · Required: yes · Default: empty string

String glue — config key: glue

Join array elements into a string. For example, array('a', 'b', 'c') would become "a, b, c". A space can be represented by %s, tabs by %t, and newlines by %n.
This field supports tokens.

Type: textfield · Required: no · Default: ,