Here is my sample code:
[
{
"urlString" : "https://www.test.com/products/gift-card",
"imageUrl" : "https://cdn.shopify.com/s/files/1/0454/6253/products/dope_mone_850x.jpg?v=1539288792"
},
{
"urlString" : "https://www.test.com/products/gift-card",
"imageUrl" : "https://cdn.shopify.com/s/files/1/0454/6253/products/dope_mone_850x.jpg?v=1539288792"
},
]
I want to create a CSV file with the output:
https://www.test.com/products/gift-card,https://cdn.shopify.com/s/files/1/0454/6253/products/dope_mone_850x.jpg?v=1539288792
https://www.test.com/products/gift-card,https://cdn.shopify.com/s/files/1/0454/6253/products/dope_mone_850x.jpg?v=1539288792
Header tags are not essential but if they are in the solution thats fine.
thanks for the help!