Downloads
Download tar.gz
34.22 KB
MD5: ce746a9176a4521796b1402822b7de6f
SHA-1: 4bd855321090a1de6cc6af6cb6767466d94ca586
SHA-256: 2598c2787caa6da94af2999bff331ad88d706c9251d6533134fe9e16059b92b6
Download zip
48.29 KB
MD5: 181e8dbfffeb71cefbea525369ac2376
SHA-1: e047bd241bb2b6a4c10bb2339a740df3f74dbeeb
SHA-256: e645dd889941a4328d426431fec2ba16409bc6767fe1481fec4f2920b58d0093
Release notes
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).