-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't import product #48
Comments
thor options are shown in short form/long form .. you have used BOTH -i and --input .. you only need one of them |
same for the others either -m or --model not both |
I tried 1 row data, but failed. |
sorry this is an open source project, I do not have the time to provide support for individual data issues. I would suggest you fork the project and try to debug the code. Could maybe be a data format issue, as something being thrown from the spreadsheet gem .... e.g C:/inetpub/vhosts/99chinesemedicine.com/httpdocs/App_Data/Ruby22-x64/lib/ruby/gems/2.2.0/gems/spreadsheet-1.0.5/lib/spreadsheet/worksheet.rb |
I did generate spree product template and export spree product. But could not import spree product.
I used this command line:
bundle exec thor datashift:import:excel -i --input=spree_product.xls -m --model=Spree::Product -a
response is No value provided for option '--input'
The text was updated successfully, but these errors were encountered: