Do I need to create a CSV file for each product or is there a way to tag the data in a single csv?
Example CSV style data – Layout slightly different in the CSV
Product 1: sweetness = 2, bitterness = 5, colour = 6, intensity = 2, sourness =4 texture = 8.
Product 2: sweetness = 4, bitterness = 5, colour = 3, intensity = 6, sourness =6 texture = 7.
Product 3: sweetness = 7, bitterness = 5, colour = 7, intensity = 2, sourness =8 texture = 6.
On product page for product 1 I would like to display the donut graph for product 1.
On product page for product 2 I would like to display the donut graph for product 2.
etc.
Currently when i put multiple lines of data in the CSV it only pulls the last line in to the graph.
I have thousands of products so creating multiple feeds is far from ideal and this doesn’t scale for me..
Can you advise how to go about this effectively?
Thanks
Simon