The AFPIN filter > Configuring the AFPIN filter > Extracting NOP records

Extracting NOP records
You can extract NOP records from different levels in the AFP input data. The NOP records are converted to variable values that can be used for further processing.
In the filter chain editor you use the following arguments to specify what NOP records to extract:
[apf_level]:[starts_with]:<property_name>[;]
In the settings file you use the same arguments with the AFP_NOP_MASKS keyword.
Note:
Example 15
In this example, NOP records at BNG level are extracted. The last processed NOP is stored in the variable AFP_NOP.
BNG::AFP_NOP
 
Example 16
In this example, NOP records starting with 333 at BNG level are extracted. The last processed NOP is stored in the variable AFP_NOP.
BNG:333:AFP_NOP
 
Example 17
In this example, NOP records located at any level starting with 222 or 333 are extracted. The last processed record starting with 222 is stored in the AFP_NOP1 variable and the last processed record starting with 333 stored in the AFP_NOP2 variable.
:222:AFP_NOP1;:333:AFP_NOP2
 
OpenText StreamServe 5.6 Updated: 2013-03-01