RPM Remove After Transform

Thu, 10/03/2019 - 13:36 By Dave Brooks

What it does

Processes all data until a specific string of characters is found. This transform is line-based meaning the entire line with the specified string will be printed.

Purpose

We came up with this transform when we were working on banner page removal. It is really part of the Page Range problem.

Setup

  • Remove after File processing will stop when this string is found. If the string is not found, the entire job will be processed.

Note: This transform supports regular expressions. See the String Translate page for more information on regular expressions.

Remove Lines After