I have sale-transaction dataset that has random values for fields “custid” and “order_number”.
I want to generate another dataset customer_feedback that randomly picks “custid” and corresponding “order_number” from sale-transaction dataset.
Is there a way to achieve this on Mockaroo?
Thanks for the help.