Skip to content

Negate Boolean

Description

This activity converts the true values to its negate form.

Input

Data only

Output

Transformed data

Configuration Fields

  • Columns Columns (multi-select) to transform.
  • Include original
    • When enabled Includes the input data with the transformed column.
    • When disabled Includes only the transformed column .

Sample Input

product_namepricein_stock
Laptop500True
Camera350False
Tablet250True

Sample Configuration

alt text

Sample Output

product_namepricein_stockin_stock_negated
Laptop500TrueFalse
Camera350FalseTrue
Tablet250TrueFalse