Migrate Source YAML
1,112 sites
Security covered
This module allows you to migrate content from YAML files into Drupal. It's useful for importing example content or other structured data defined in YAML.
A simple migrate source for migrating content from YAML files. Uses the Symfony YAML component to parse the YAML files.
The primary use case is for importing example content defined in YAML files, however this source is flexible enough to allow the import of any YAML file with a recurring structure.
Note that this module hasn't yet been tested with large data sets and the approach may not scale to very large YAML files.