Hi guys,

I have this problem when importing data using node_import module. Attached is the .xls file. Let me know what's the problem on this. I think I am just followed all the instructions, and I have watch also the demo, although it is not in English, but I understand it visually.

Thanks in advance,

Dudskie

Comments

dudskie’s picture

StatusFileSize
new455 bytes

I tried converting it to .csv file, but still the same error. How come?

dudskie’s picture

Any advised or help please...

abautu’s picture

Check 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.

dudskie’s picture

Sorry, how do we check about mapping? in database?

dudskie’s picture

I got now what you mean, but how come two import to field (Product: SKU and Product: Sell price does not show up)?

dudskie’s picture

StatusFileSize
new24.16 KB

Here is the screenshot related to above issue.

dudskie’s picture

StatusFileSize
new19.8 KB

I 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

dudskie’s picture

StatusFileSize
new425 bytes

Any advised? Attached here is my latest .csv template.

dudskie’s picture

Any help please... seems this module does not support image...

abautu’s picture

AFAIK 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).

dudskie’s picture

Status: Active » Closed (fixed)

Thanks abautu, this link help me, http://drupal.org/node/252556#comment-1177494.