where is my excel file?

sangeeta
sangeeta New Altair Community Member
edited November 2024 in Community Q&A
So I am using the text mining extension to create a wordlist from a pdf file. I have been able to do so, use the wordlist to data and finally, tried to write the data to excel. But, there's no option to choose the filename and path, and I don't know where the file is getting saved. Please help!

Have attached the rmp file


Tagged:

Best Answer

  • atimm
    atimm New Altair Community Member
    Answer ✓

    you need to disconnect the output port of "Write Excel" operator. The connected port suppresses writing to a real file but shows it in the results. The operator can be configured to store the file in a path of your choice.

    Best,
    Andreas

Answers

  • atimm
    atimm New Altair Community Member
    Answer ✓

    you need to disconnect the output port of "Write Excel" operator. The connected port suppresses writing to a real file but shows it in the results. The operator can be configured to store the file in a path of your choice.

    Best,
    Andreas
  • sangeeta
    sangeeta New Altair Community Member
    Thanks Andreas, I figured out after reading your comment and also after I read the answer by Balazs in this post - https://community.rapidminer.com/discussion/comment/68761#Comment_68761 

    Grateful thanks to both of you!