Hi everyone,
After importing the data from excel the values of date fields present in the excel are storing as null values in the datastore and in database too.
Any help here.
Thank you.
Discussion posts and replies are publicly visible
By any chance are you having the column type in table as date?
Yes. The column type is date in table
Please change all the columns in the database table to varchar() then the import will succeed. And you will have all your data from excel in the staging table as text. Then you can manipulate the data as per your need.