Previous Topic

Next Topic

Book Contents

Book Index

Example: Extract Data to match a regular expression

The following examples describes how to extract data matching a regular expression.

EXAMPLE 1:

The output you want to extract is contained in the following line:

ERR0034: Failed to connect to the database

You only want to extract the Error message number, ERR0034.

Type the following fields as described in the screenshot below:

I_AI_example_match

NOTE: If you edit the Preview Line you see what is extracted.

The Application searches for any text that contains ERR and extracts 0034.

Parent Topic

Examples: Extracting data