[SOLVED] Collections - combining example sets

danjeharry
danjeharry New Altair Community Member
edited November 5 in Community Q&A
Hey all,

I have a bunch of example sets that are outputted in a collection via the loop parameters operator. I would like to create an operator to append all of these example sets one after the other (e.g. example set 1 makes the first 10 examples, then exampleset 2 makes, 11 - 20, etc.) How do i do this?

Thanks,
danjeharry
Tagged:

Answers

  • StaryVena
    StaryVena New Altair Community Member
    Hi,
    if all examples heve same attributes, than use "Append" operator.

    Best
    Vaclav
  • danjeharry
    danjeharry New Altair Community Member
    Thanks but how do  i loop through the collection to get each example set? The append operator doesn't seem to take collections as input and using the loop collection, how would it store the previous example set during the loop? I hope this makes sense
  • StaryVena
    StaryVena New Altair Community Member
    Yes, it takes also collection. Just try it. If is there some error message, post it here...

    Best
    Vaclav
  • mbowes80
    mbowes80 New Altair Community Member
    I struggled for awhile trying to find an operator to do this.. Append works... thanks Vaclav!!  ;)
    StaryVena wrote:

    Yes, it takes also collection. Just try it. If is there some error message, post it here...

    Best
    Vaclav