I am currently trying to create a derived field to convert the following value:
!1,082,965.72, !
into
1082965.72
I have tried to use a JavaFormat regular expression, but I don't believe it is working as expected. I can't think of another way to do this, does anyone have any suggestions?