Import multiple content

Last updated on
21 December 2024

The module allows you to easily import multiple pieces of content into your Drupal website. Below are examples demonstrating how to utilize the values() or multiple() for efficient content import. Please note that the + symbol must be used inside values() and multiple() to separate the text elements.

Example 1:

title,body  
Title 1,values(Text 1+Text 2+Text 3)  
Title 2,values(Text 3+Text 4+Text 5)

Example 2:

title,body  
Title 3,multiple(Text 6+Text 7+Text 8)
Title 4,multiple(Text 9+Text 10+Text 11)

Help improve this page

Page status: No known problems

You can: