Hello everybody.
I have a text file that says the following:
xxxx ERROR: wrong date1 xxxxxxxxx ERROR: wrong date2 ERROR: wrong date 3
I need you to analyze the text and copy the following into a file:
ERROR: wrong date1
ERROR: wrong date2
ERROR: wrong date3
That is, the flow should look for every "error:" and copy the message below every time it occurs.
Can you help me, please.
Thank you.