Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

How can I access com.rapidminer.operator.text.Document in Java?

DekwoKybonDekwoKybon Member Posts: 9 Contributor II
edited December 2018 in Help

Hi all,

 

my process outputs JSON with the Data to JSON from the Text Processing Extension/Plugin.

 

I want to cast the output ioResult.getElementAt(0) to this com.rapidminer.operator.text.Document so I can access the JSON string.
I can't perform that cast  because the class is not known. I don't have the jar files apparently (Intellij can't find it).

What gradle dependencies should be added so I can access code that is added as an extension/plugin to Rapidminer Studio?

Or is there another solution to this problem?


Kind regards,

Wouter

 

Best Answer

Sign In or Register to comment.