Find specifig word and catch following then send to excel in batch

Hi,

I am now trying days to parse PDF files and create an Excel with needed data. Actually no big deal, there is a good tutorial video out there. Unfortunately my PDF is not showing up sections so I can’t go that way.

I need to find a workaround to search for a word “Date:” and have UIPath taking the following characters, lets say 10 caracters.

Is there any way handling this?

Hi @dano
welcome to forum

You can try regex for this

Regards,
Nived N
Happy Automation

Hi @NIVED_NAMBIAR,

is there any help page for regex and how to process in total? I am pretty new to UIP

Hi @dano
Check this

Also if you can share more details about your usecase i can help on that

Regards,
Nived N

Hi @dano ,

You can try this as a reference to get value from Date:
GetValueAfterColon.xaml (5.9 KB)

hi guys,

thnaks a lot.

How can I use regex in a process? Sorry, I am at the very beginning.

I can’t attach a file so I share a link to the PDF

Invoice

I need to fetch these data:

Vom: …
Innenauftragsnummer: …
Gesamt Netto …

Thanks for your help