Hi
From a csv file, I am trying to import a row with price values as "1,234.56" with column header orderTotal[numberformat=#,###.##] and locale is english. Price is enclosed in quotes so that it is not understood as a delimiter.
However in HMC, price is getting saved as 1.00 (so impex import is taking first character and ignoring the rest) if I change price to 8,400.00, I see value as 8.00 in HMC.
is it a bug ?