Skip to Content
0
Former Member
Dec 23, 2014 at 08:28 AM

import prices from csv

678 Views

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 ?