Skip to content

Instantly share code, notes, and snippets.

@pikender
Created October 18, 2016 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pikender/2f6f391e347c511c648c0eddd5faf099 to your computer and use it in GitHub Desktop.
Save pikender/2f6f391e347c511c648c0eddd5faf099 to your computer and use it in GitHub Desktop.
Glimpse of Datashift Spree Product Load Verbose Log
DataShift::Product starting upload from file: ../Demo/SpreeProductsSimple.csv
["sku", "name", "price"]
["sku", "name", "description", "available_on", "price", "cost_price", "shipping_category"]
Loading from CSV file: ../Demo/SpreeProductsSimple.csv
Processing 3 rows
DEBUG: SAVING Spree::Product : #<Spree::Product id: nil, name: "Simple Product for AR Loader", description: "blah blah", available_on: "2014-02-11 00:00:00", deleted_at: nil, slug: nil, meta_description: nil, meta_keywords: nil, tax_category_id: nil, shipping_category_id: 2, created_at: nil, updated_at: nil, promotionable: true, meta_title: nil>
DEBUG: SAVING Spree::Product : #<Spree::Product id: nil, name: "Simple Excel Load via Jruby", description: "less blah", available_on: "2014-05-11 00:00:00", deleted_at: nil, slug: nil, meta_description: nil, meta_keywords: nil, tax_category_id: nil, shipping_category_id: 2, created_at: nil, updated_at: nil, promotionable: true, meta_title: nil>
DEBUG: SAVING Spree::Product : #<Spree::Product id: nil, name: "Simple third row avail in future", description: "more blah blah", available_on: "2001-07-12 00:00:00", deleted_at: nil, slug: nil, meta_description: nil, meta_keywords: nil, tax_category_id: nil, shipping_category_id: 4, created_at: nil, updated_at: nil, promotionable: true, meta_title: nil>
Processing Summary Report
>>>>>>>>>>>>>>>>>>>>>>>>>
Processed total of 3 inbound entries
3 database objects were successfully processed.
3 inbound rows were successfully processed.
There were NO failures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment