For budget data, I would like to replace a comma with a dot and keep it as a numeric value.
While I load a Excel Sheet as the Input Data the number shows up correct (for instance 0.083721) when I run my Workflow
the output in the .csv file is shown like 8,37209E+12 while I want it to show up like 0.083721.
What should I do?