How does the Raw Text Filter option work in file sources in Centerprise?

The Raw Text Filter option is available in the Fixed Length File Source and Delimited File Source properties.

img

Raw text filter is used to filter out the incoming records which you do not want to process in your dataflow. This option is also useful in processing files that contain multiple record types. It also provides the flexibility to source selected data by applying filters at the point of extraction, without modifying the original source data in any way. You can choose from the following three options to filter data:

No filter. Process all records: This is the default option and it processes all the records from the source without filtering them out.

Process if begins with: This option filters out records that start with a certain letter, digit, character, word, numeric value or phrase.

Process if matches the regular expression: This option is useful if you want to use a regular expression to extract matching records.