hi everyone,
I need a little help with cleaning my dataset. I have a regex already for my exercise but it isn't covering everything.
I need to replace characters in a field itself if it has only:
*
-
---
--
-
..
.
/
blank
empty
0
Is it possible to have all this in 1 expression? for now I have "^(\W)$" for now which replaces some of them but not obviously all the above.
Can someone let me know if that is possible at all?
I would also look for an option to create a macro and spread across my org to kind of use it to any dataset going forward.
thanks,
M