Drupal

Migrating CSV files into Drupal

Today will teach you how to import content into Drupal from a Comma-Separated Values (CSV) file. The most recent version of the Migrate Source CSV module will be used. We'll demonstrate how to set the source plugin up to read files. We'll also go through a brand-new function that lets you set the file location using stream wrappers.You...

by Amrit Pal Singh
Tag: #DrupalMigration
30-May-2023

Drupal

Drupal Data Migration with Migrate API

The Migrate API provides services for migrating data from a source system to Drupal 9. Migration is an Extract, Transform, Load (ETL) process. In the Drupal Migrate API the : Extract phase is called the source Transform phase is called the process Load phase is called the destination It's critical to realize that...

by Amrit Pal Singh
Tag: #DrupalMigration
29-Mar-2023