Skip to content

Filter On Bad Meaning

Description

This activity filters values in the specified columns based on predefined “bad meanings.” Users can configure actions to handle rows that contain these unwanted values.

Input

Data

Output

Transformed Data

Configuration Fields

  • Meanings Specifies the columns and their corresponding bad meanings to filter rows.

    Bad Meanings Include

    • URL
    • Port
    • IP Address
    • Boolean
    • Text
    • Decimal
    • Integer
    • Date
  • Actions Defines the actions for rows with bad meanings.

    Available Actions

    • Remove matching rows
    • Clear content of matching cells
    • Keep matching rows
    • Flag rows
    • Clear content of non-matching cells
  • FlagRowsAction Specifies the method to flag the rows. (Rendered when “Action” is “Flag rows”)

  • FlagRowsColumnName Name of the new flag column. (Rendered when “Action” is “Flag rows”)

Sample Input

IDColumn1Column2OtherColumn
1http://example.comTRUEValue A
2192.168.1.142Value B
3ValidTextFALSEValue C

Sample Configuration

alt text

Sample Output

IDColumn1Column2OtherColumnBadDataFlag
1http://example.comTRUEValue A0
2192.168.1.142Value B1
3ValidTextFALSEValue C1