<?xml version='1.0' encoding='utf-8'?>
<pipeline>
  <info>
    <name>inspect-errors</name>
    <pipeline_type>Normal</pipeline_type>
    <parameters />
  </info>
  <transform>
    <name>Source</name>
    <type>DataGrid</type>
    <copies>1</copies>
    <distribute>N</distribute>
    <GUI>
      <xloc>100</xloc>
      <yloc>150</yloc>
    </GUI>
    <fields>
      <field>
        <name>amount</name>
        <type>String</type>
      </field>
    </fields>
    <data>
      <line>
        <item>10</item>
      </line>
      <line>
        <item>broken</item>
      </line>
      <line>
        <item>20</item>
      </line>
    </data>
  </transform>
  <transform>
    <name>Valid</name>
    <type>Dummy</type>
    <copies>1</copies>
    <distribute>N</distribute>
    <GUI>
      <xloc>280</xloc>
      <yloc>150</yloc>
    </GUI>
  </transform>
  <order>
    <hop>
      <from>Source</from>
      <to>Convert</to>
      <enabled>Y</enabled>
    </hop>
    <hop>
      <from>Convert</from>
      <to>Valid</to>
      <enabled>Y</enabled>
    </hop>
    <hop>
      <from>Convert</from>
      <to>Errors</to>
      <enabled>Y</enabled>
    </hop>
  </order>
  <transform_error_handling>
    <error>
      <source_transform>Convert</source_transform>
      <target_transform>Errors</target_transform>
      <is_enabled>Y</is_enabled>
      <nr_valuename>error_count</nr_valuename>
      <descriptions_valuename>description</descriptions_valuename>
      <fields_valuename>field</fields_valuename>
      <codes_valuename>code</codes_valuename>
    </error>
  </transform_error_handling>
  <attributes />
  <notepads />
  <transform>
    <name>Convert</name>
    <type>SelectValues</type>
    <copies>1</copies>
    <distribute>N</distribute>
    <fields>
      <select_unspecified>Y</select_unspecified>
      <meta>
        <name>amount</name>
        <type>Integer</type>
        <storage_type>normal</storage_type>
        <length>-1</length>
        <precision>-1</precision>
      </meta>
    </fields>
    <GUI>
      <xloc>460</xloc>
      <yloc>150</yloc>
    </GUI>
  </transform>
  <transform>
    <name>Errors</name>
    <type>Dummy</type>
    <copies>1</copies>
    <GUI>
      <xloc>640</xloc>
      <yloc>150</yloc>
    </GUI>
  </transform>
</pipeline>