Posted by Robrecht Jacques on March 7, 2008 at 12:43pm
| Download | Size | md5 hash |
|---|---|---|
| node_import-5.x-1.4.tar.gz | 34.22 KB | ce746a9176a4521796b1402822b7de6f |
| node_import-5.x-1.4.zip | 48.29 KB | 181e8dbfffeb71cefbea525369ac2376 |
Last updated: December 24, 2010 - 23:28
Added support for image module.
- You need to upload the images to
files/imagesbefore doing the import. - The content of the column you map to Image: Image must be the filename relative to
files/images.
For example:
- Upload
image1.jpgtofiles/images. - Import a CSV file like:
"Title","Body","Image"
"The title", "The body", "image1.jpg" - Map the Title column to the Title field, the Body column to the Body field and the Image column to the Image: Image field.
The image_gallery module is supported as well because it works with taxonomy module. This means that you can create image galleries by importing a CSV file like:
"Title","Body","Image","Image gallery"
"The title", "The body", "image1.jpg","The gallery"Here you would map the Image gallery column to the Taxonomy: Image galleries field.
Just like with taxonomy terms, you can assign a default image gallery in the options or let Drupal create non-existing image galleries on the fly (select Add non-existing terms to the vocabulary).