X-Ref Metadata - Data360_Analyze - Latest

Data360 Analyze Server Help

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 Analyze
Version
Latest
Language
English
Product name
Data360 Analyze
Title
Data360 Analyze Server Help
Copyright
2024
First publish date
2016
Last updated
2024-11-28
Published on
2024-11-28T15:26:57.181000

Takes two inputs and performs a cross-reference against the metadata of the inputs, to find the common fields and types of the two inputs.

This node takes two inputs (Left and Right), and performs a cross-reference against the metadata of the inputs, to find the common fields and types of the two inputs. It segregates each of the fields into one of three outputs. The first (Left Orphans) is for fields that only exist in the first input, and the third (Right Orphans) for fields that only exist in the second. The middle output (Matches) will contain a record for all fields that exist in both inputs. For each field on the inputs, the record will contain FieldName, LeftFieldType, RightFieldType, and TypeMatched, where FieldName is the matched name, the types are from each respective input, and TypeMatched is a Boolean that will be true if the two match.

Inputs and outputs

Inputs: Left Input, Right Input

Outputs: Left Orphans, Matches, Right Orphans.