Skip to main content

RMJSON to IOObject

Synopsis

This operator allows to convert JSON representations of RapidMiner objects into objects again. Note that this operator can only convert back results of IOObject to RMJSON, not any JSON file.

Description

With IOObject to JSON or by inspecting stored objects one is able to get a JSON representation for any given IOObject. This operator converts those strings back into RapidMiner objects.

You can define the column holding the text using the text_attribute parameter. If more than one row is provided in this text column the operator returns a collection of objects. If exactly one is provided the operator returns a single object.

Parameters

Text attribute

The column holding the text representation of the objects.

Input

exa

A table with the text(s) to be converted.

Output

obj

The converted object.

ori

The original table passed through.

See Also