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
[solved] Can I pass locations of data files via command line?
Hi everyone,
I was wondering whether I can pass multiple arguments to RapidMiner via command line. That is, besides the process to be executed, I would like to pass for example names of .csv files that contain the data the process will operate on. Is this possible?
If so, how do I access the passed filenames from inside the process?
Thanks in advance,
Dominic
I was wondering whether I can pass multiple arguments to RapidMiner via command line. That is, besides the process to be executed, I would like to pass for example names of .csv files that contain the data the process will operate on. Is this possible?
If so, how do I access the passed filenames from inside the process?
Thanks in advance,
Dominic
0
Answers
as far as i know there is no such way. For my diploma thesis i took the source code and wrote a mechanism where you can pass macros to the process through the command line. These macros can be used in the process as filename for example. If you like to program and need this feature right now: try this approach!
I will see if i can push my patch to the trunk in the source code.
Best
Marcin
The next release which will include this will be next week if anything works out or the week after next.