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
How are you importing the data?
Can you share the code so that people can help further
Importing the data using datastore and readexcelsheet function. The data will be stored in 3 different tables. So first I am storing the data in datastore and again I am storing the data in different tables using readexcelsheet function.