
| Current Path : /var/www/html1/rrr/web/modules/contrib/migrate_source_csv/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html1/rrr/web/modules/contrib/migrate_source_csv/README.md |
Migrate Source CSV is the contrib functionality for migrating CSV files. Over in #2931739: Bring migrate_source_csv to core, it was decided to port this module for use in core. Eventually, this module will sunset. Example ======= The migrate_source_csv_test module in the tests/modules folder provides a fully functional and runnable example migration scenario demonstrating the basic concepts and most common techniques for CSV-based migrations. To enable test modules, add $settings['extension_discovery_scan_tests'] = TRUE; to your settings.php, or enable the default local.settings.php file that comes with Drupal 8. See https://cgit.drupalcode.org/drupal/tree/sites/example.settings.local.php Installing the demo/test module ------------------------------- Enable the module, check status and run a migration: drush en migrate_source_csv_test -y drush migrate-status drush migrate-import migrate_csv