Outputs a description of the metadata on the input to give you a quick overview of the fields in your data and corresponding data types.
Each input field name is listed (in a column called FieldName) along with the corresponding data type for that field (in a column called FieldType). This node does not require any configuration.
Example
You have the following input data:
Product_Codeint | Productstring |
---|---|
15 | Tea |
2 | Coffee |
3 | Water |
15 | Tea |
15 | Tea |
The Get Metadata node produces the following output, listing the two input field names and their respective data types:
FieldNamestring | FieldTypestring |
---|---|
Product_Code | int |
Product | string |
Inputs and outputs
Inputs: Input.
Outputs: Output Metadata, Multiple optional.