Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Advance Importer

33 sites No security coverage Drupal 9–10 · not 11
View on drupal.org

This module allows users to easily migrate content from other sites, supporting CSV, JSON, and XML formats. It can import and export nodes and taxonomy terms, including images, files, and entity references, and handles large amounts of data efficiently without memory issues. The module also supports multiple values per field and content translation.

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>

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Aug 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Core Release date
1.3.3 Stable 9–10 Aug 4, 2025