What it does
Removes 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 preserved.
Purpose
Remove Until is one of the solutions we came up with to solve the banner page problem or the general Page Range problem.
Setup
- Remove until File processing will start when this string is found. If the string is not found, the job will be discarded. Note This transform supports regular expressions. See the String Translate page for more information on regular expressions.