import file error!

0
Hi, I am trying to import an excel file but I have this error “ java.lang.IllegalArgumentException - Ids should not be null”   Can someone help? Let me know if you need more details! Chai
asked
2 answers
3

In the Excel template you marked some entity as the key to look up or create data, but it seems that you have empty field. That combination throws this error. So make sure that all your key fields are filled.

Regards,

Ronald

 

answered
0

This answer helped me to solve the similar error code. In my case my imported Excel Template referred to a Attribute that was not known to the importer, as I didn’t sync the Domain Model changes using the ModelReflection functionality.

 

Go Make IT

answered