Cannot insert null value into createdate.where createdate is notnull in database.

Iam new Liquibase user,Iam trying to insert data from csv.when I run liquibase from command line Iam getting exception  on

CreateDate .“Cannot Insert the value NULL into column CreateDate”.where CreateDate datatype is notnull in MSSQL.

The same syntax worked on different tables.Help me out…