How do I export a results set (from text processing) to excel?


I know that this has been asked before, but I do not find a recent clear response. I have a word list/count, tokenized from text processing that I want to export to Excel to generate summary statistics. How do I export this to Excel?
Tagged:
0
Best Answer
-
lionelderkrikor Moderator, RapidMiner Certified Analyst, Member Posts: 1,195
Unicorn
HI @User107347,
Mmmh, A priori you need to use a Write Excel operator after the Process Documents operator...
If this solution does not answer to your need, please share your process and data and explain exactly what you want to do.
EDIT :
Maybe you can use the WordList to Data operator to convert your word list into an example set and then use the Write Excel operator...
Regards,
Lionel1