Help with Write Excel command

User: "EMJ"
New Altair Community Member
Updated by Jocelyn
I'm a novice RapidMiner user and I just ran a text analysis process which worked just fine. However, I'm now trying to export the results to excel using "write excel" but it's giving me errors. Can anyone please help? Thanks



Sort by:
1 - 3 of 31
    User: "EMJ"
    New Altair Community Member
    OP
    Accepted Answer
    I think I put the "write excel" operator in a sub process that's why I had issues. I've moved it now to the core process flow and worked just fine. 


    User: "arjun_gopal"
    New Altair Community Member
    Input for "Write Excel" Operator should be exampleset(RapidMiner Object). Probably you can use "Documents to Data" Operator to convert. The "Process Documents" operator that you are using has an exampleset output, hope it helps.
    @EMJ you need to use the Documents to Data operator before writing to the excel because you are working with documents and the operator expects examples.