Annotations to Data
Synopsis
Extracts all annotations from an IOObject and creates an example set from them.
Description
The resulting data set will contain two columns: annotation contains the annotation names and is unique. value contains the respective annotation values.
For a general introduction of annotations please study the Annotate operator.
Input
object
Any type of object can be connected to this port. The annotations will be extracted from this object.
Output
object through
The same object as passed to the input port, unchanged.
annotations
The annotations extracted from the input object. Will be empty if the object does not contain any annotations.