...
- An empty input column value renders an empty array.
In the final row, the
matches on thed-s-itemlang item pattern "Y"
value. To fix this, you can change the Pattern matching value to the following, which matches on two or more uppercase letters in a row:Code Block `{upper}{upper}+`
...