I have a column [Cash] nvarchar(50) that has data that will later be converted to decimal(9,3) during an import process,some of the data is consistent with normal looking numeric values such as 134.630,-80.662 and 324.372. Occasionally I have data with multiple dots for the numeric values such as 1.324.372 and -2.134.630. Is there a way of removing this extra dot.
I have a column [Cash] nvarchar(50) that has data that will later be converted
Share
Old Code:
Slightly upgraded code(result is the same):
Result: