Note: This node has been superseded by the Get Metadata node which provides similar functionality. The Get Metadata (Superseded) node is provided for backwards compatibility, but where possible it is recommended that you use the new Get Metadata.
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.