Hi,
got a csv file from HR that has different handling of dates than before. Previously the date has been dd.mm.yyyy. Now it is formed ddddmmdd. Data import script throws an error stating that it does not recognice the format. Tried to handle it with a conversion script: Value = DateTime.ParseExact($Column 11$, "dd.MM.yyyy", System.Globalization.CultureInfo.InvariantCulture). Also tried different versions of that, but can't get it to work correctly. The sdk one worked nicely, but put the value as stated in the example.
What's the correct way to handle conversions in import script?
Best Regards
Miska