Hi all,
I am running into a problem when using the Excel importer. When a value of 110000 is imported, Mendix receives the value as 110. This is due to the thousand separator ('.') used in Excel, making the value appear as 110.000 (cell value is still 110000). Removing the separator solves the problem (i.e. Mendix receives 110000). However, I would prefer that the final user does not have to remove separators.
The format in Excel is 'number' and the attribute type in Mendix is integer. Language used is Dutch for both Excel and the Mendix project. Is there a solution for this problem?