<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title><![CDATA[Miguel Guerreiro]]></title>
    <link href="https://miguelguerreiro.pt/atom.xml" rel="self"/>
    <link href="https://miguelguerreiro.pt/"/>
    <updated>2023-06-17T16:39:36+00:00</updated>
    <id>https://miguelguerreiro.pt/</id>
            <author>
            <name><![CDATA[Miguel Guerreiro]]></name>                    </author>
        <generator uri="http://sculpin.io/">Sculpin</generator>
            <entry>
            <title type="html"><![CDATA[Drupal Migrate API: Migrate content from a JSON source]]></title>
            <link href="https://miguelguerreiro.pt/blog/drupal-migrate-json"/>
            <updated>2019-07-20T00:00:00+00:00</updated>
            <id>https://miguelguerreiro.pt/blog/drupal-migrate-json</id>
            <content type="html"><![CDATA[Migrate API

Migration plugins are the glue that binds a source, a destination, and multiple process plugins together to move data from one place to another. Often referred to as  migration templates, or simply migrations, migration plugins are YAML files that explain to Drupal where to get the data, how to process it, and where to save the resulting object.

Migrations is an Extract - Transform - Load (ETL) process:




extract phase is called source
transform phase is called process
load ph...]]></content>
        </entry>
    </feed>