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:
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:
Add TableDiff Activity: Begin by adding the TableDiff activity to your workflow.
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.
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.
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.
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.
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