Sorting datatable output by date

Hello,

i have a problem with my datatable output

i datascrap a website, and the element is strings, the string contains letters and dates for example:
LOV nr 501 20/10/2020

i only want the date, and i need the date closest to the actual date.

i have tried almost everything i can find on google and on UIpath forum

please help

/Nijas

1 Like

after scrapping you can use Matches activity to extract only date by using this expression \d{1,2}.\d{1,2}.\d{1,4}
cheers
@Nijashansen

Could you make an example? I dont quite get it🤣

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.