In an excel spreadsheet I have a date “6/7/2019” which I need to compare with a date scraped from the web application “06/07/2019”.
UiPath says the Strings are not equal because the zeros are missing. How do I make sure the comparison returns true for all cases like this? e.g. (10/09/2019 and 10/9/2019 should return True if compared).