"How can I refresh an imported Excel file inside the repository whenever this file is changed?"
Prentice
New Altair Community Member
Best Answer
-
Hello @Prentice
If you imported the file into Repository, you cannot get the new updated rows or columns in your original excel file. You should reimport data again.
For this reason, you have a read csv or excel operator in rapidminer. This will get the updated file whenever you apply this as this points to the location where the files are saved rather than saving them in the repository.1
Answers
-
Hello @Prentice
If you imported the file into Repository, you cannot get the new updated rows or columns in your original excel file. You should reimport data again.
For this reason, you have a read csv or excel operator in rapidminer. This will get the updated file whenever you apply this as this points to the location where the files are saved rather than saving them in the repository.1 -
Ah ok, Thanks0