Extract the complete row starting with Date value from text file using "Matches"/Regeluar Expression

Hello All,

I want to extract complete row starting with the Date value from a text file using “Matches” activity (Configure regular expression)
Please help

Can you share the PDF file @Deepashree

statement.pdf (603.8 KB)

Hi,

How about the following settings?

img20211207-7

Regards,

Hi @Deepashree

try out this regex

(\d{2}/\d{2}/\d{2}\s\w+\s\w+\s\w+\s\w+\s\w+:\w+\s\s\s\w+:\w+\s\w+:\w+\s\w+\s\w+\s\w+\s\d+.\d+)

thanks

Hi @Yoichi

Try with the Regex Expression

Regards
Gokul