Column Filter

This workflow reads in a dataset. It then filters specified columns from the original dataset and prints the results.

Workflow

Below is the workflow. It does the following:

  • Reads data from a dataset.
  • It then filters specified columns from the original dataset.
  • Prints the results.
Column Filter

Reading from Dataset

It reads in the input Dataset File.

Processor Configuration

Column Filter

Processor Output

Column Filter

Column Filter

It filters the selected columns.

Processor Configuration

Column Filter

Processor Output

Column Filter

Prints the Results

It prints the first few records onto the screen.