Drupal 8 -- Import CSV to D8
Drupal 8 – Import CSV to D8
reference:
- bmik’s answer https://www.drupal.org/node/2679899
- https://www.mtech-llc.com/blog/lucas-hedding/migrating-using-csv
Migration in D8 is bloody suffering. IT SHOULD NOT BE THIS HARD!
Migrations in D8 follow a 3 step process. Gather the data, massage the data, then save the data into a destination.
- Gather = Source plugin
- Massage = Process plugin
- Save = Destination plugin
Here’s a super simple source excerpt: