Example: Extract Data Using Columnar Data

The following examples describe how to extract data using column data.

EXAMPLE 1:

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

Danny, 12345, Male, London

You only want to extract the Male.

Complete the following fields as described in the screenshot below:

The Application searches for column separator "," and then the column number 3.

EXAMPLE 2:

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

PROGRAM1 TABLE 0 BMC OK

You only want to extract column number 4, BMC.

Complete the following fields as described in the screenshot below:

The Application searches for the column number BMC.