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
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?
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