1.3.10.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 |
|
Options |
|
Outputs |
|
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 |