Hello,
I am exporting the data from SAP and the balance are in this format "-12 389,32" or "-79 456,43" or "42 761,59". It contains spaces a thousands separator and comma for decimal separator. Whenever I choose the type int or double in select the output result would be in -12 or -79 or 42. choosing float or fixed decimal would result in null. Can someone help in converting it to number.
