I could really use some help. I have flattened documents and for each distinct
product-id value, I wish to create an array list of the variants that belong in
the product-id’s family. My desired r...
@viktor_n Thanks for the response, great use of map approach! One thing I notice is that your resulting Sequence has a separate array for the sequence values [[1,1,2,1,2]] rather than
“Sequence”: [“01”,“01”,“02”,“01”,“02”]