I have data from a bank. In the text I partially have the description with CH as the country and CHF as the Swiss franc one after the other. CH CHF
I would like to use the Split action to break the text into two columns. Once the description including the CH if it is there (see Description_1) or not (see Description_2)
Goal:
Description_1 CH
Description_2
I used four different split separators,
-CHF-
CHF-
-CHF -
CHF -
but in variants 1 and 3 I get a CHH after Description_1 and in variants 2 and 4 a CHCH
Suggestion for improvement:
Could you make an extension so that parameters can also be selected.
I think the "Custom Seperator Editor" is very good, but a parameter variable is the easier or better choice!
Suggestion for improvement:
Could you make an extension so that parameters can also be selected.
I think the "Custom Seperator Editor" is very good, but a parameter variable is the easier or better choice sometime !