What is the correct way to import numerical values?
When the value has no decimals is imported without a problem. If the value has decimals it is not imported.

- the values 32.145689 and 25.36 where typed in the "catalog browser" and they are uploaded without a problem.

For some reason the integer numbers are imported.
Are the "Precision" and "Scale" related with the attribute definition?

Test Attribute as a string
Value 35.45 is not imported. Looks like only "integer" is casted to string.

What is the correct way to import numerical values?
When the value has no decimals is imported without a problem. If the value has decimals it is not imported.
For some reason the integer numbers are imported.
Are the "Precision" and "Scale" related with the attribute definition?
Test Attribute as a string
Value 35.45 is not imported. Looks like only "integer" is casted to string.