Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

Advance Importer

36 sites No security coverage
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>

Activity

Total releases
1
First release
Aug 2025
Latest release
11 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Slowing

Releases

Version Type Release date
1.3.3 Stable Aug 5, 2025