<?xml version='1.0' encoding='utf-8'?>
<pipeline>
  <info>
    <name>inspect-rows</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>id</name>
        <type>Integer</type>
        <length>-1</length>
        <precision>-1</precision>
        <set_empty_string>N</set_empty_string>
      </field>
      <field>
        <name>name</name>
        <type>String</type>
        <length>-1</length>
        <precision>-1</precision>
        <set_empty_string>N</set_empty_string>
      </field>
    </fields>
    <data>
      <line>
        <item>1</item>
        <item>first</item>
      </line>
      <line>
        <item>10</item>
        <item>tenth</item>
      </line>
      <line>
        <item>2</item>
        <item>second</item>
      </line>
    </data>
  </transform>
  <transform>
    <name>Result</name>
    <type>Dummy</type>
    <copies>1</copies>
    <distribute>N</distribute>
    <GUI>
      <xloc>350</xloc>
      <yloc>150</yloc>
    </GUI>
  </transform>
  <order>
    <hop>
      <from>Source</from>
      <to>Result</to>
      <enabled>Y</enabled>
    </hop>
  </order>
  <transform_error_handling />
  <attributes />
  <notepads />
</pipeline>