So here is my rant/debate between the functions ReplaceChar() vs Replace() in Alteryx. Here is the setup data:
Carr","Bret","D","Carr","Spouse","
I want to replace:
","
With a single underscore:
_
See image below. What I received with ReplaceChar() was three underscores! I'm sure there is a use case for this but I'd love to hear anyone's use case if you have one!
Here is the difference for using the two. I don't see the point of the ReplaceChar () if Replace() can do nearly the exact same thing.

Rant over. 😂