I have data that looks like this, where the negative sign is a suffix at the end of the numeric.
"general_amount"
"0000000441244"
"0000000127769-"
"0000000043819"
"0000000522600-"
Can someone help me find a regular expression to produce the desired output below.
"general_amount"
441244
-127769
43819
-522600