Hello,
I want to import more columns from a .csv file
Few columns has numbers (european format - the decimals are separated by comma).
Supose we have number 1000,45 -> the imported value is 1000,00 . The decimals are not imported.
In BO the type of the attribute is number #.00
If I put put custom presentation of the in #,00 -> the imported values are grouped in pieces of to numbers like this:
csv=1000,00 -> imported = 10.00.00
csv= 19988,52 -> imported = 1.99.88.52
csv= 27133,55 -> imported = 2.71.33.55
I am doing something wrong or AWIM still have problems with european format?