node_import 5.x-1.4
Robrecht Jacques - March 7, 2008 - 12:43
| Download | Size | md5 hash |
|---|---|---|
| node_import-5.x-1.4.tar.gz | 34.22 KB | ce746a9176a4521796b1402822b7de6f |
Official release from CVS tag: DRUPAL-5--1-4
Last updated: March 7, 2008 - 12:45
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).
