Seperation of text

please can someone help me here?
I have a text output like this" • MyGeoMarket - Test et recettes"
and I want to select the mygeomarket and test et recettes into different fields. I don’t know if there can be a solution to this

Hi @damigold ,

You can achieve this by using the “Match pattern” module of the “Text parser” app. There you can set a regex to evaluate your text. The regex in this case should be •\s*([^\s-]+)[\s-]+(.+)

I have added a blueprint which you can import to execute this in your environment.
regex.json (4.2 KB)

Glenn - Callinetic

2 Likes

thank you very much.
but I think I made a mistake in the text, these are the right ones.
MyGeoMarket - Configuration GTM
MyGeoMarket - Configuration GA4
MyGeoMarket - Test et recettes
MyGeoMarket - Gestion de projet

image

Hi @damigold ,

If that’s the case, you can replace the regex pattern with the following: • \*(MyGeoMarket) - ([^\*]+)\*

Glenn - Callinetic

2 Likes

thank you very much sir, i really appreciate