There is no mapping to column column_name, which cannot accept null values

Explanation

The specified column has a NOT NULL constraint, but in the definition of the load map, no field is mapped to the column.

User response

Correct the load map or drop the NOT NULL constraint.