Migrate Source CSV and Drupal 11
The latest stable release, 8.x-3.8, declares a core version requirement of >=9.1, which covers Drupal 11.
The Migrate Source CSV module provides a CSV source plugin for Drupal's Migrate API, enabling you to import content from CSV files into your Drupal site. When to Use This Module Use Migrate Source CSV when you need to: Import bulk content from spreadsheets exported as CSV (users, articles, products, taxonomy terms, etc.) Migrate data from legacy systems that can export to CSV format Populate your
Key facts
- Project
- migrate_source_csv
- Latest stable with Drupal 11 support
- 8.x-3.8 (23 Feb 2026)
- Core version requirement
- >=9.1
- Maintenance status
- Actively maintained
- Reported installs
- 38,323
- Last synced from drupal.org
- 21 Sept 2026
Every field above comes from the drupal.org API. The Drupal 11 status is derived from the core version requirement across this project's releases.
Source: drupal.org/project/migrate_source_csv
Related modules in Import and export
Views data export
ReadyAllows exporting data from Views in CSV, JSON, Excel, or XML formats.
views_data_exportLatest stable 8.x-1.10106,974 sitesFeeds
ReadyFeeds is the module for importing or aggregating data into nodes, users, taxonomy terms and other content entities using a web interface without coding a migration. Import content into website via web UI Import content into nodes, users, taxonomy terms or other content entities Granular mapping of input elements to Drupal content elements Modify data before import using Feeds Tamper Batched
feedsLatest stable 8.x-3.277,841 sitesMigrate Tools
ReadyThe Migrate Tools module provides tools for running and managing Drupal migrations. Drush commands supported include: migrate:status - Lists migrations and their status. migrate:import - Performs import operations. migrate:rollback - Performs rollback operations. migrate:stop - Cleanly stops a running operation. migrate:reset-status - Sets a migration status to Idle if it's gotten stuck.
migrate_toolsLatest stable 6.1.469,224 sites