Hi,
While importing data from excel there are 2 points which we need to consider :
1. Name of the column must be same in excel as they are in database entity. OR
2. Number of columns must be same in excel and database entity. So OutSystems will map according to number of columns by ignore the column name.
Also you need to check datatype.
Regards