I have an excel file that contains two different formats of date values i.e (“9/29/1980”, “10-11-1980”). It gives me out as respective for row is i.e (“9/29/1980”, “11/10/1980 00:00:00” ).
I want this row value as it that present in the excel row.
maybe better to get the data in excel with leading ’ like '10-11-1980
then excel is forced to keep it as text, preserve format can be unselected, the read range is not slowing down and the format / value is kept
Yes, I tried that. But when I use to format it will take only one separate date field either " - " or " / ". But I want this date as a string like it that is present in the excel row.
I want output like if the date in excel = “9-02-2022” then I want as it is “9-02-2022” same.
If date = “9/02/2022” then I want “9/02/2022”. When I take a date in uipath it’s changing this date separator.