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

Upload Data

VeronikaVeronika Member Posts: 3 Learner I
Hi there,

for an assignment we need to upload the data shown in the attached picture. Do you know how I can upload the data into rapid minder to combine and process them?

Thanks! Regards,
Veronika

Best Answer

  • kaymankayman Member Posts: 662 Unicorn
    Solution Accepted
    With the loop files operator you can iterate through your folder and load the files one by one and then combine or handle them separately in Rapidminer.

    With the open file operator you can select a single one.

    These will load them as files by default (binary format). if you want to do something with it you need to tell rapidminer which format it is. If it's delimited content (csv format) you can use the read csv operator instead of the open file operator. If it's unstructured text format you will need to use the read document operator (part of the text processing extension).
Sign In or Register to comment.