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 export the result as a csv file when you run a process in AI Hub?
Hello,
I am using Rapidminer AI Hub to schedule and monitor a process. Inside the process I am using a store operator which saves the final result. Since, the process is updating daily I want the final result as a csv format from the process. My question is, how can I get a CSV file as an output which gives me the final result when I run the process in AI Hub?
I am using Rapidminer AI Hub to schedule and monitor a process. Inside the process I am using a store operator which saves the final result. Since, the process is updating daily I want the final result as a csv format from the process. My question is, how can I get a CSV file as an output which gives me the final result when I run the process in AI Hub?
Tagged:
0
Best Answer
-
kayman Member Posts: 662 UnicornIf your server is running on a different pc, you can only achieve this if you share a network folder between your local pc and the AI hub. Any other solution requires AI hub to put the csv file on a virtual/cloud folder (like dropbox or so), and access s it there from your local pc.0
Answers
Or you save the csv on a cloud folder (dropbox, S3, ftp, whatever) so you can access it that way from wherever you want.