I'm looking to just use the convert command to be able to basically map data from one csv to a shopify formatted csv for me to upload. I created a custom pipeline with my already existing dataset. In my convert function, I get my input and records as the docs expect. When I set the record with the data I want, it does not actually transfer over as the docs indicate.
Do I have to use the extract command in order to get a JSON formatted file in order to convert?
Steps to Reproduce:
List the steps we can take to reproduce the problem:
I'm looking to just use the convert command to be able to basically map data from one csv to a shopify formatted csv for me to upload. I created a custom pipeline with my already existing dataset. In my
convert
function, I get my input and records as the docs expect. When I set the record with the data I want, it does not actually transfer over as the docs indicate.Do I have to use the
extract
command in order to get a JSON formatted file in order to convert?Steps to Reproduce:
List the steps we can take to reproduce the problem:
Ruby 3.1.3
shopify_transporter convert --object=product ./godaddy_products.csv