Distinct Values In Column

Type

transform

Class

fire.nodes.etl.NodeDistinctValues

Fields

Name

Title

Description

distinctCols

Column Names

Name of columns to get the distinct combination of values.

Details

This node displays distinct combination of values in the selected columns.

If only one column is selected then it displays Distinct values present in that column.

If more than one column is selected then it displays distinct combination of values present in the selected columns.

Examples

If DistinctValuesInColumn node is configured to display distinct values in [Location] and [Dept] columns from incoming dataset

then outgoing Dataframe would be created in tabular format displaying unique combination of data between the selected columns.