Closed (fixed)
Project:
Node import
Version:
5.x-1.9
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2009 at 17:25 UTC
Updated:
9 Apr 2009 at 04:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
dudskie commentedI tried converting it to .csv file, but still the same error. How come?
Comment #2
dudskie commentedAny advised or help please...
Comment #3
abautu commentedCheck that you made the mappings correctly (Product name maps to title). Also, I'm not sure you can map a file name to the file ID of an image field. I never tried do to that.
Comment #4
dudskie commentedSorry, how do we check about mapping? in database?
Comment #5
dudskie commentedI got now what you mean, but how come two import to field (Product: SKU and Product: Sell price does not show up)?
Comment #6
dudskie commentedHere is the screenshot related to above issue.
Comment #7
dudskie commentedI found out that the problem is, I did not include the uc_product.inc so that's why the SKU and Sell price is not showing. Now, this is my last problem, the image is not showing... Please advised...
Thanks,
Dudskie
Comment #8
dudskie commentedAny advised? Attached here is my latest .csv template.
Comment #9
dudskie commentedAny help please... seems this module does not support image...
Comment #10
abautu commentedAFAIK the image field should not be the filename, but the file id of an already uploaded file. Maybe I'm wrong, but if I'm not then you have two options:
* import the files and then provide their fid in the csv
* i have developed a module to import files in imagefields during node imports (only available for D5).
Comment #11
dudskie commentedThanks abautu, this link help me, http://drupal.org/node/252556#comment-1177494.