A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.3.015"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.3.015" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="generate_data" compatibility="5.3.015" expanded="true" height="60" name="Generate Data" width="90" x="45" y="30"/> <operator activated="true" class="generate_id" compatibility="5.3.015" expanded="true" height="76" name="Generate ID" width="90" x="45" y="120"/> <operator activated="true" class="multiply" compatibility="5.3.015" expanded="true" height="130" name="Multiply" width="90" x="45" y="210"/> <operator activated="true" class="update_database" compatibility="5.3.015" expanded="true" height="60" name="Update Database" width="90" x="246" y="300"> <description>This is the update database operator. It will update existing records with a matching ID. Any new records will be appended to the database table. </description> <parameter key="table_name" value="MyTable4"/> <parameter key="attribute_filter_type" value="single"/> <parameter key="attribute" value="id"/> </operator> <operator activated="true" class="write_database" compatibility="5.3.015" expanded="true" height="60" name="Write Database (3)" width="90" x="246" y="210"> <description>This operator has Overwrite Mode set to 'append'. If the table already exists then the records from your process will be written into this database alongside the existing records. </description> <parameter key="table_name" value="MyTable3"/> <parameter key="overwrite_mode" value="append"/> </operator> <operator activated="true" class="write_database" compatibility="5.3.015" expanded="true" height="60" name="Write Database" width="90" x="246" y="30"> <description>This operator has Overwrite Mode set to 'none'. The table will be created and data written to it. If the table already exists this parameter will throw an error. </description> <parameter key="table_name" value="MyTable"/> </operator> <operator activated="true" class="write_database" compatibility="5.3.015" expanded="true" height="60" name="Write Database (2)" width="90" x="246" y="120"> <description>This operator has Overwrite Mode set to 'overwrite'. If the table already exists the existing data will be overwritten. </description> <parameter key="table_name" value="MyTable2"/> <parameter key="overwrite_mode" value="overwrite"/> </operator> <connect from_op="Generate Data" from_port="output" to_op="Generate ID" to_port="example set input"/> <connect from_op="Generate ID" from_port="example set output" to_op="Multiply" to_port="input"/> <connect from_op="Multiply" from_port="output 1" to_op="Write Database" to_port="input"/> <connect from_op="Multiply" from_port="output 2" to_op="Write Database (2)" to_port="input"/> <connect from_op="Multiply" from_port="output 3" to_op="Write Database (3)" to_port="input"/> <connect from_op="Multiply" from_port="output 4" to_op="Update Database" to_port="input"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> </process> </operator></process>