Use Data Importer to map a date column in csv file to DateTime

0
Data Importer can map a date in an Excel file to a DateTime. However, when using a csv file, dates can only be mapped to String.    How can I convert the string later into a Date Time in an efficient manner? Do I need to loop through the list in microflow and parse all strings to DateTime individually?
asked
1 answers
1

Your proposed approach makes sense. 

answered