Icon

05_​TableDifference_​Finder

Table Difference Finder

This workflow shows the usage of Table Difference Finder node.
A csv file is read in.
The data are modified in one branch:
- all String type columns are capitalized
- positions of age and workclass columns are swapped
The Table Difference Finder node checks the differences between the original data and modified data.
It produces two tables:
- first one is a row-by-row comparison of the entire tables, and shows the difference in capitalized columns
- second one is a comparison of domain differences. The swapped position of age and workclass columns is marked as false in the Position Equals column.

This workflow shows Table Difference Finder node for Original data and Modified data. For more information see the workflow metadata. Find it here: View -> Description
Modified data
Original data
Output 1: diff capitalized columns Output 2: Postion Equals false for swapped columns
Table Difference Finder
Read data adult.csv
File Reader (deprecated)
Capitalize all String type columns
String Manipulation (Multi Column)
Swap position age and workclass column
Column Resorter
CSV Writer
Column Auto Type Cast

Nodes

Extensions

Links