How do I read the number of records produced from a transformer and use that number in a Cloner Transformer (not directly connected)?
I can grab the number via the Statistics Transformer. However I cannot set the number in the Cloner. Ideally I would add the number as an attribute for all records (in the data going into the Cloner). However I cannot work out how to do this.
Note that I am dealing with 2 completely different sets of data here. The first has the record count. The other data set I want to clone based on the firsts record count.
Thanks for any help I can get.