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
Read files from FTP
d_hofmann84
Member Posts: 7 Contributor II
Hi together,
I would like to read CSV files from a FTP-Server on a daily base. (lets assume, that a script drops every day a new file there). Is there any possebility to do so? I know that I can set Cron Jobs on RapidMiner Server, but I don't know an operator which is capable of reading files from FTP. Or maybe there is an workaround...
Cheers and many thanks,
Daniel
I would like to read CSV files from a FTP-Server on a daily base. (lets assume, that a script drops every day a new file there). Is there any possebility to do so? I know that I can set Cron Jobs on RapidMiner Server, but I don't know an operator which is capable of reading files from FTP. Or maybe there is an workaround...
Cheers and many thanks,
Daniel
0
Answers
I'll see if I can knock you up a simple process example, but it's pretty much a straight copy of the ones you'll find on groovy forums.
that would be awesome if you could drop some script snipped. I will also have a look at the forum you mentioned.
many thanks!!
i just solved the problem by using the normal Read CSV Operator. Just use the normal syntax e.g.: "ftp://user:password@test.server.de/html/test.csv" and alter the filename with makros.
Cheers
Daniel