<?xml version="1.0" encoding="UTF-8"?>
<pipeline xmlns="https://cdn.aytict.fi/xmlns/pipeline">
  <stage name="Extract">
    <action>Read from source</action>
  </stage>
  <stage name="Transform">
    <action>Clean data</action>
    <action>Normalize fields</action>
  </stage>
  <stage name="Load">
    <action>Write to database</action>
  </stage>
</pipeline>
