ablestar / ablestar-cli

A command tool for importing and exporting data from your Shopify store
GNU Affero General Public License v3.0
44 stars 1 forks source link

Log output from imports to a file #14

Closed tewshi closed 1 year ago

tewshi commented 1 year ago

Please check @d-beck

d-beck commented 1 year ago

Thanks @tewshi, the results for a successful import look great

I tried running the import with an invalid file (Manual.Collection.Blank.xlsx) and I got the following:

image

Instead of raising an error when it fails can we capture the error and include it in the output file?

The command I used to trigger the error is:

ablestar-cli import custom_collections xxxxxxxx.myshopify.com --fileName=Manual.Collection.Blank.xlsx --format=Matrixify
tewshi commented 1 year ago

Please check again @d-beck