A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.1.008"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.1.008" expanded="true" name="Process"> <process expanded="true" height="607" width="773"> <operator activated="true" class="read_database" compatibility="5.1.008" expanded="true" height="60" name="Read Database" width="90" x="45" y="30"> <parameter key="connection" value="localDB"/> <parameter key="query" value="SELECT DISTINCT `Cust_ID` FROM `tabellenname`"/> <enumeration key="parameters"/> </operator> <operator activated="true" class="loop_examples" compatibility="5.1.008" expanded="true" height="94" name="Loop Examples" width="90" x="179" y="30"> <process expanded="true" height="607" width="773"> <operator activated="true" class="extract_macro" compatibility="5.1.008" expanded="true" height="60" name="Extract Macro" width="90" x="45" y="30"> <parameter key="macro" value="customer_id"/> <parameter key="macro_type" value="data_value"/> <parameter key="attribute_name" value="Cust_ID"/> <parameter key="example_index" value="%{example}"/> </operator> <operator activated="true" class="read_database" compatibility="5.1.008" expanded="true" height="60" name="Read Database (2)" width="90" x="45" y="120"> <parameter key="connection" value="localDB"/> <parameter key="query" value="SELECT * FROM `tabellenname` WHERE `Cust_ID`=%{customer_id}"/> <enumeration key="parameters"/> </operator> <connect from_port="example set" to_op="Extract Macro" to_port="example set"/> <connect from_op="Extract Macro" from_port="example set" to_port="example set"/> <connect from_op="Read Database (2)" from_port="output" to_port="output 1"/> <portSpacing port="source_example set" spacing="0"/> <portSpacing port="sink_example set" spacing="0"/> <portSpacing port="sink_output 1" spacing="72"/> <portSpacing port="sink_output 2" spacing="0"/> </process> </operator> <connect from_op="Read Database" from_port="output" to_op="Loop Examples" to_port="example set"/> <connect from_op="Loop Examples" from_port="output 1" to_port="result 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> </process> </operator></process>