Skip to main content

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

annotations

The annotations extracted from the input object. Will be empty if the object does not contain any annotations.

object through

The same object as passed to the input port, unchanged.

See Also

operator.annotate

operator.data_to_annotations