Hello Everyone,
I have a CSV file and i want to dots in comas in numbers.
I tried formulas to replace "." by ",". But i changed the data type from double to string and when i want to convert it back to double, numbers after the coma disapears... (For exemple : in string type i have 7,2 and after changing the type to double i have 7).
Can you help me ?
Thank you very much !
A beginner