Match similar names

good I want to match the names extracted from an excel file, and then compare them with file names and thus download those with the same name, the problem is that the names are similar but not the same, this is an example

name in excel
:page_facing_up: Manual Usuario ROBOT U.odt
:page_facing_up: Certificacion Datos completados por el ROBOT.doc
:page_facing_up: Ejecución de prueba del Robot U 28-07-2020.docx (2 páginas)
:page_facing_up: Requerimientos para la construccion del robot.docx (1 página)
:page_facing_up: UCV GO Contactos (1).pdf (1 página)
:page_facing_up: Chatbot Dialogflow Nodejs.pptx (15 diapositivas)

file names to match and download
Manual Usuario ROBOT U
Certificacion Datos completados por el ROBOT
Ejecución de prueba del Robot U 28-07-2020
Ejecución de prueba del Robot U 28-07-2020
Requerimientos para la construccion del robot
UCV GO Contactos
Chatbot Dialogflow Nodejs

there is some way to solve it, of course without individually extracting the names since files with similar names may appear

I hope your help

Hi @borismh

Have a look to the below Method for comparing

Mark as solution and like it if this helps you :slight_smile:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

1 Like

e used the variables bool b = s1.Contains (s2),
but it keeps throwing me errors when the names have to result the same