IOObject to RMJSON
Synopsis
This operator converts an object into text.
Description
Starting with RapidMiner 10 all objects which are written to disk except for tables are written in JSON format. This operator allows to convert any IOObject except tables into this json format. Unlike store operator this operator provides the result as a table which allows to store the model as a string in an external system like a database.
The returned string can be converted back into an IOObject by using the JSON to IOObject operator.
Input
object
The input object to be converted.
Output
exa
The result of the conversion. The table has one column called Text with a single cell
ori
The original input passed through.