This activity filters the values in the columns based on the selected falsie values. Falsie values are a set of predefined values including False, 0, NaN, empty string, and undefined.
Input
Data Only
Output
Transformed Data
Configuration Fields
Column Specifies the column to filter based on the falsie value.
Falsy Values Defines the falsie values to be filtered (False, 0, NaN, empty string, undefined).
Flag Rows Column Name The name of the new flag column. This is rendered only when the action is Flag Rows.
Actions Specifies the actions for rows containing falsie values
Keep Matching Rows Selects only the matching rows.
Remove Matching Rows Removes the matching rows from the data.
Flag Rows Flags the rows that contain falsie values (1 for flagged, 0 for non-flagged).