Hi All,
I am bringing in data from database that reads my numeric data as text
Before conversion/Raw data: 50.456.492,96 and Text Data type (V_W String or String)
I tried using the select tool to convert back to numeric using Double but it outputs
After conversion using Select Tool: 50.456 and Numeric Data type (Double)
Also I tried using Regex_Replace but I guess I'm missing an input.
Intended Output: 50.456.492,96 and a Numeric Data type (Double)
Thank you all for your help.