how to add Date Type data into domain model from Excel Sheet

0
Hi, I am using “Excel Import” for importing data from Excel sheet to Domain model and my domain model is and Excel sheet is  and when I completed importing the data which is importing  so, is there any other process to do. Please help me      
asked
2 answers
1

The Date attribute is of type Sting, just convert it to a DAteTime attribute and you import will work.

answered
0

Hi Pranaya,

In your excel import template you can set the importer to import the date as a date time. The easiest way may be to import the date as a dateTime and then convert it to string when processing the data.

Hope this helps!

answered