Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

"How to save an excel worksheet to .aml file"

ratheesanratheesan Member Posts: 68 Maven
edited May 2019 in Help
Hi all,
How to save an excel worksheet to .aml file
Thanks
Ratheesan
Tagged:

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    this is quite simple: Use an ExcelExampleSource and after loading it, use an ExampleSetWriter to write it into an .aml file.

    This would look something like this:
    <operator name="Root" class="Process" expanded="yes">
        <operator name="ExcelExampleSource" class="ExcelExampleSource">
        </operator>
        <operator name="ExampleSetWriter" class="ExampleSetWriter">
        </operator>
    </operator>
    Greetings,
      Sebastian
Sign In or Register to comment.