Currency to Number
Status: Closed · Asked by westy99 on · 0 views
I need to change a currency value to a number - what's the recommended way of doing that?
So $238,500 needs to be 238500
I was thinking regex but is there a better way in Pabbly?
Thanks.
I need to change a currency value to a number - what's the recommended way of doing that?So $238,500 needs to be 238500
I was thinking regex but is there a better way in Pabbly?
Thanks.
You can use text formatter for that -

Thank you. I was trying Number Formatter and it wasn't working.