cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Cleanup Rule

natanael_mendes
Champion

Hello Guys im having a problem with this regex

natanael_mendes_0-1694800619983.png

i want to bring only CARLOS ALBERTO CAINO

 

And i did this cleanup rule 

natanael_mendes_1-1694800671667.png

but the e-CPF and the numbers still showing up.

 

How can i do this?

Dynatrace Professional Certified
2 REPLIES 2

Taylor-Sanchez
Dynatrace Advisor
Dynatrace Advisor

Hi @natanael_mendes ,

I'm not too sure if you know of this website, but you can use it to test various cases of RegEx alongside Python if you're familiar with that as well. 

https://regex101.com/

In addition, inputting your test case into the RegEx generator on that site, I was able to generate this. Hopefully it serves as a starting point: 

TaylorSanchez_0-1694919788457.png

TaylorSanchez_1-1694919798548.png

Best Regards,

Taylor Sanchez

Dynatrace ACE Services Consultant

Also adding that you can use that RegEx generator to test out your specific String. I've noticed that the appending values are blotted out, so if it's sensitive information and the RegEx provided doesn't work, you can adjust as needed for your use case. 

Dynatrace ACE Services Consultant

Featured Posts