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

"get pages operator : error"

vasylivyvasylivy Member Posts: 1 Learner III
edited June 2019 in Help
Hi All,

If the attribute you are passing to get pages operator is named "URL" you will continue to get the error "duplicate attributes". Changing the attribute name to something like "Links" fixes this problem. Let me know if anyone else had this problem.

YVV

Tagged:

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Yes, that's because the Get Pages operator tries to create a new attribute called "URL" to store the source of the pages it retrieved. Thus, the input example set must not contain an attribute called like this.

    Best,
    Marius
Sign In or Register to comment.