Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: timonkIf you download and take a look at the graph posted by johnpelz, the results it produces appear to be kind of duplication you want. All that you would be required to add is a bit of brainscript to perhaps convert the value of your "count" field to a string, then merge it with the field you have with values "A" or "B".
Something like
emit strcat('x', str('count')) as FOO
(to use John's example)
If you wanted to add a bit more useability to the node doin the duplication, you could create either a node parameter, or a graph level parameter to take the place of the 'count' value, so the loop would go from 'i' until it hit your chosen value.