Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

advance_importer

43 sites No security coverage
View on drupal.org

Good news .
Works with D10.

Content Editors or Developers can easily migrate content from other site.
Unlike other modules, this can process more than 1,000 items. This leverage the Drupal core api of batch process with backend optimization.

Importing and Exporting Contents for different types of Fields using CSV,JSON and XML format.

FEATURES:

1.Add, Edit Delete Node & Taxonomy Terms
2. Import Image
3. Import Files
4. Import Entity Reference
5. Support Multiple Values (separated with | )
6. Support Translation import.
7. Huge items can import with no memory leakage.

Structure of header can be optional which is machine_name or machine_name|Field Name

Add Operation :
add nid or tid header with empty value

Update Operation :
add nid or tid header with id value

Delete Operation :
add delete header with value of 1

Sample File

CSV Format

nid,title|langcode:langcode|Title;field_contentx|Contents;field_file|Files;field_taxonomy|Tags;field_block|Blocks
;en;Sample;Lenis Sudo|Nunc|Qui Si;sites/default/files/advance_importer/test_21.csv;wr;block test
12;en,Sample2;Duis Refoveo;sites/default/files/advance_importer/test_20.csv;wr;block test

JSON Format

[{
  "title":"TEST Title",
  "field_content|Contents":"Content Title",
  "langcode|langcode":"en",
"field_file|Files":"sites/default/files/advance_importer/test_1.pdf|sites/default/files/advance_importer/test_2.pdf",
  "field_taxonomy|Taxonomy Terms":"Term Name",
  "field_block|Block":"Block Title",
}]

XML Format

<NODE>
<ITEM>
<FIELD machine_name="nid" name="nid" value="1"/>
<FIELD machine_name="langcode" name="langcode" value="en"/>
<FIELD machine_name="title" name="title" value="HOMEPAGE"/>
<FIELD machine_name="body" name="Body" value="<p>tetst</p> "/>
<FIELD machine_name="comment" name="Comments" value=""/>
<FIELD machine_name="field_image" name="Image" value=""/>
<FIELD machine_name="field_media" name="Media" value=""/>
<FIELD machine_name="field_tags" name="Tags" value="home"/>
</ITEM>
<ITEM>
<FIELD machine_name="nid" name="nid" value="2"/>
<FIELD machine_name="langcode" name="langcode" value="en"/>
<FIELD machine_name="title" name="title" value="lorem ipsum"/>
<FIELD machine_name="body" name="Body" value="lorem ipsum"/>
<FIELD machine_name="comment" name="Comments" value=""/>
<FIELD machine_name="field_image" name="Image" value=""/>
<FIELD machine_name="field_media" name="Media" value="1"/>
<FIELD machine_name="field_tags" name="Tags" value="Easy|Medium|Default"/>
</ITEM>
</NODE>

Activity

Total releases
1
First release
Aug 2025
Latest release
8 months ago
Release cadence
Stability
100% stable

Releases

Version Type Release date
1.3.3 Stable Aug 5, 2025