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

Mongodb import and aggregation Operator

d4emuellerd4emueller Member Posts: 4 Contributor I
edited November 2018 in Help
For grouping with aggregation operator the group attribute has to be known as metadata, because you can only pick it up from list. With MongoDB connector "Read" there are no metadata before reading the data. The solution I found out: dublicating the wanted attributes with generate attribute operator and use the dublicates for grouping. With real big data sets not best solution. Any smarter solution available?
best regards
Ines

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 RM Engineering
    Hi,

    yes there is an easier way: You can click the little "plus" icon on the top right side of the attribute selection dialog after you have entered the name of the attribute in the 'Search' field.

    image

    Regards,
    Marco
Sign In or Register to comment.