Hi,
I have a text that contains multiple separators that I can identify by 4 letters in front of a Plus symbol.
Here is an example:
EREF+STZV-EtE06042015-1113-2 SVWZ+Zweite SEPA-Ueberweisung EREF:STZV-EtE06042015-1 113-2 IBAN: DE14740618130000033626 BIC: GENODEF1PFK ABWE: TestABWE+Test
The good news is that I know all the separators such as "EREF+", "SVWZ+", "ABWE+", etc.
Problem 1:
In my example, I have 3 different separators included but it is possible that I have only two or only one or even more.
Problem 2:
I am interested in the text behind the separators but (a) the length of the text behind each separator is dynamic and not limited except by the separators and (b) I might not have all separators included in my text.
Problem 3:
I cannot use multiple nested conditions because in total 12 different separators are feasible and I need the flow to run fast.
Question:
How can I filter and select the different texts that can be identified behind each separator?
Would be great if somebody could help because I already tried a lot of different expressions, filters, etc. but nothing really worked.
Many thanks in advance,
Ludwig