Hi @Agnius , Can you please guide with the Parse text (Regex) to extract the data.
Customer Name: Peter, Test1
From Date: 422024 To Date: 422025
Customer Contact Number: 1 333345 ABCDEF Total: 100.00
Customer ID: 5656565656 Customer Trace #: NA
Customer Claim #: NA Customer Book #: 9999999999
Message Initiator: None Message Type : X
Message Code: NA
Text Message: This person is approved to buy a house. City: Mars
------------------------------------------------------------------------------------------------------------
Customer Name: First, Last
From Date: 422025 To Date: 422029
Customer Contact Number: 1 300345 ABCDEF Total: 180.00
Customer ID: 9956565656 Customer Trace #: NA
Customer Claim #: NA Customer Book #: 9999999000
Message Initiator: None Message Type : X
Message Code: NA
Message: This person is not approved to buy a house. City: Moon
From the above example, how to use Regex expression to extract "From Date, To Date, Customer Contact Number, Text Message". I do not want the Data's which is related to "Message". I Need to extract only the data if it contains "Text Message " as a keyword.