Filtering Resumes using UiPath based on certain conditions

How do i filter resumes which i read as a pdf or word based on the experience,skill set of the person?

@Adhu_4,

Read one by one file and store result in string variable and then apply regular expressions to fetch experience and skills then do your task.

Will it work when the Experience is given like (November 2004-January 2006) this ?

it will work if you know how to implement it properly else no

Is there other way to filter resumes?