"How to save ExampleSet to Database"

User: "skarab"
New Altair Community Member
Updated by Jocelyn
Hi All,

I would like to save my ExampleSets/TextObjects into a database, is it possible with RapidMiner?

Regards,
Skarab

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "land"
    New Altair Community Member
    Hi,
    Yes, this is possible indeed. Just load your exampleset and then use the DatabaseExampleSetWriter operator.
    TextObjects cannot be written directly into a database, since they are not in a tabular format. But you might load the texts using the TextInput operator and store them as string attribute. Then the texts are stored in the database, if the exampleset is written.

    Greetings,
      Sebastian