savrand

Results 2 issues of savrand

I have added to csv fields as it is indicated https://github.com/autotelik/datashift_spree/wiki/Spree-Import-Export-Tips#variants variant_sku . before saving https://github.com/autotelik/datashift/blob/master/lib/loaders/loader_base.rb#L346 I output @load_object.variants and it shows me variants with filled sku as in csv...

Running command bundle exec thor datashift_spree:load:products -i path and all is imported to DB perfectly, but with loading again duplicates appear. How can I run the command so that it...