I have a dataset that represents order information. Each row is a unique order ID. One of the column values shows the quantity. I would like to duplicate (or replicate) the rows based on the value in the quantity field.
Example OrderID 12345 has a Quantity value of 5, so in the output dataset, I want 5 replicated rows for OrderID 12345.