Help with Write Excel command

EMJ
EMJ New Altair Community Member
edited November 5 in Community Q&A
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



Best Answer

  • EMJ
    EMJ New Altair Community Member
    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. 


Answers

  • EMJ
    EMJ New Altair Community Member
    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. 


  • arjun_gopal
    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.
  • Marco_Barradas
    Marco_Barradas
    Altair Employee
    @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.