1.3.11.59 Strip Strings From Array by Length

The Strip Strings From Array by Length processor strips the string elements from an array based on the length being greater than, less than, or equal to a specific value.

The following table describes the configuration options:

Configuration Description

Inputs

  • Selected Attributes: The input string array to strip.

Options

  • Minimum characters: The number of characters below which string elements should be stripped.

  • Maximum characters: The number of characters above which string elements should be stripped.

Outputs

  • StrippedStrings: The string array after any strings matching the criteria are stripped.

  • StrippedValuesFlag: Indicates whether or not elements were stripped from the input array.

Output Filters

The following output filters will be available. These are defined by the StrippedValuesFlag output attribute flag on the record as a whole.

Filters StrippedValuesFlag

Stripped Records

Y

Unchanged Records

N

Example

Input Min Max Out Stripped Values Flag Output Filter

(A) (Bob) (John)

<Not set>

<Not set>

(A) (Bob) (John)

N

Unchanged

(A) (Bob) (John)

3

<Not set>

(Bob) (John)

Y

Stripped

(<Null>) (Bob) (John)

3

<Not set>

(<Null>) (Bob) (John)

N

Unchanged

<Null>

3

<Not set>

<Null>

N

Unchanged

()

3

<Not set>

()

N

Unchanged

(A) (Bob) (John)

<Not set>

3

(A) (Bob)

Y

Stripped

(A) (Bob) (John)

3

3

(Bob)

Y

Stripped

(A) (Bob) (John)

4

2

()

Y

Stripped