Skip to content

Instantly share code, notes, and snippets.

@rakeshjames
Created May 18, 2018 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rakeshjames/fba589bd6643928d5219078f077836ee to your computer and use it in GitHub Desktop.
Save rakeshjames/fba589bd6643928d5219078f077836ee to your computer and use it in GitHub Desktop.
id: migrate_csv_tags
label: 'Migrate Tags from the csv file'
migration_group: migration_csv_custom
source:
plugin: csv
path: 'modules/custom/migrate_csv/assets/csv/tags.csv'
header_row_count: 1
keys:
- Title
process:
name: Title
destination:
plugin: 'entity:taxonomy_term'
default_bundle: tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment