Hi,
Take a look at below link for multiple values import
https://forum.mendix.com/link/questions/110718
https://forum.mendix.com/link/questions/113489
Hope it helps!!!
Arithmetic exceptions are raised during run time by Java Virtual Machine when you try to perform any arithmetic operation which is not possible in mathematics. In most cases, when a number is divided by zero, the result is undefined and that is when this ArithmeticException occurs.
You can handle Java ArithmeticException in the following methods: