TableDiff

Activity Description:

This activity is meant for comparing data between two columnar data structures, like CSV files, JSON documents, or tables, to find any differences between them.

Properties:

Parameter
Description

activityGroup

Indicates the category to which the activity belongs.

activityType

Specifies the simplicity of the activity.

activityName

Specifies the name of the activity, which is "TableDiff".

sourceDef

Definition of the source data structure for comparison.

dataSource

Source of the data to be compared.

inputs

Inputs required for the activity.

output

Output generated by the activity.

{
                "activityGroup": "Diff",
                "activityType": "SIMPLE",
                "activityName": "TableDiff",
                "sourceDef": null,
                "dataSource": null,
                "inputs": null,
                "output": null
            }
        },

To use the TableDiff activity in a workflow, follow these steps:

  1. Add TableDiff Activity: Begin by adding the TableDiff activity to your workflow.

  2. Configure the necessary settings for the TableDiff activity. This involves setting parameters such as name, description, source definitions, data sources, and other options specific to your comparison requirements.

    1. Left Input: Define the left input for the comparison. This could be a CSV file, JSON document, or any other columnar data structure that you want to compare against the right input.

    2. Right Input: Specify the right input for the comparison. This represents the other columnar data structure that you want to compare against the left input.

    3. Input: Connect both the left and right inputs to the TableDiff activity. Ensure that the inputs are properly formatted and compatible with the TableDiff configuration.

    4. Output: After the comparison is performed, the TableDiff activity will generate an output that highlights any differences between the left and right inputs. \

Last updated