I want to write date in the 01/01/2022 form but in my input file it is written as Jan.How to convert it?
Hi
Code for converting βJanβ to β01β e.t.c:
DateTime.ParseExact("Jan","MMM",Globalization.CultureInfo.InvariantCulture).ToString("MM")
1 Like
where should I write it?
For example in assign activity. It is just code wchich convert one string to another (βFebβ->β02β). To generate entire date β01/01/2022β we need also day and year.
yes,so how to do it?
If i want to write it in a sheet, then how to do it?
Main.xaml (7.9 KB)
Workflow which replace column names to correct format. Just use your excel path and excel sheet name in read range and write range activity
it shows an error :11/03/2022 15:05:23 Assign: String was not recognized as a valid DateTime.