Options

"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

  • Options
    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.