The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to save a file downloaded from an sFTP server to a repository on RapidMiner server?
In a nutshell, I have a flow in which I am downloading a file (say CSV) from an sFTP server and then reading and transforming the data. I know how to set and run this flow locally, but I need to i) have it run on RM server and ii) save the downloaded file on the server's repository, not to my local repository. What is the easiest way to do this ? Thanks in advance for any help or piece of advice!
Tagged:
0
Best Answer
-
tftemme Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, RMResearcher, Member Posts: 164 RM ResearchHi @Vulentije
Unfortunately we cannot directly parse the file from the SFTP Server to the RM Server (this is what you want to do, right?). The SFTP Download operator downloads a file from a SFTP Server to a directory on your disk (so not specific to your repository).
You could use first the SFTP Download operator to download the file to a temporary location, then use the corresponding Read operator to read in the data of the file and Store this data set on your remote repository.
Hopes this helps.
Fabian
6
Answers