Hi,
I want to check if a string is the same but ignore missing values. An example is the following:
Unbenannt|345x184
I cannot use the rule engine node, as this will not ignore the missing columns.
I could build a unique concatenate of each line and count the number of unique strings. But don´t know how to do this. Any ideas?