I'm reading an excel file data, one of the column is 'DateTime'(i.e. 01/01/1990 00:00:00) but Anypoint read it as string type 'excel date serial number'(i.e. 33257.415972222225). How do I transform in DataWeave the date correctly?
ex: date : "01/01/1990 00:00:00" as :date {format: "MM/dd/yyyy HH:mm:ss"} + "P$(33257.415972222225/12)Y"