[SOLVED] Collections - combining example sets

danjeharrydanjeharry Member Posts: 20 Maven
edited November 2018 in Help
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

Answers

  • StaryVenaStaryVena Member Posts: 126 Maven
    Hi,
    if all examples heve same attributes, than use "Append" operator.

    Best
    Vaclav
  • danjeharrydanjeharry Member Posts: 20 Maven
    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
  • StaryVenaStaryVena Member Posts: 126 Maven
    Yes, it takes also collection. Just try it. If is there some error message, post it here...

    Best
    Vaclav
  • mbowes80mbowes80 Member Posts: 1 Contributor I
    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
Sign In or Register to comment.