I have imported an Excel file inside my repository. The contents of this file are modified from time to time. Is there some sort of operator that automatically refreshes this before I retrieve the file?
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.
@varunm1 is right, please consider using data loading via an operator instead of import if this happens on a regular basis. The following video from our Academy may be useful:
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.
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.