I need to create a csv with a line per customer code for each one of the product codes
eg, if Customer 1234 wants 3 of each of the 4 colours, the table needs to create 4 rows for that customer, one for each product.
Take your separate columns of color quantities and create a new column that concatenates them altogether. (This will let us split into rows in future step)