A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="7.0.000"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="7.0.000" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="read_excel" compatibility="7.0.000" expanded="true" height="68" name="Read Excel" width="90" x="45" y="85"> <parameter key="excel_file" value="C:\Users\user\Desktop\ExcelSummaryTable.xlsx"/> <list key="annotations"/> <list key="data_set_meta_data_information"/> </operator> <operator activated="true" class="transpose" compatibility="7.0.000" expanded="true" height="82" name="Transpose" width="90" x="179" y="136"/> <operator activated="true" class="rename_by_example_values" compatibility="7.0.000" expanded="true" height="82" name="Rename by Example Values" width="90" x="179" y="238"/> <operator activated="true" class="rename" compatibility="7.0.000" expanded="true" height="82" name="Rename" width="90" x="313" y="238"> <parameter key="old_name" value="Country"/> <parameter key="new_name" value="Type"/> <list key="rename_additional_attributes"> <parameter key="A" value="myID"/> </list> </operator> <operator activated="true" class="de_pivot" compatibility="7.0.000" expanded="true" height="82" name="De-Pivot" width="90" x="380" y="34"> <list key="attribute_name"> <parameter key="myValue" value="^(?!Type$|myID$).*$"/> </list> <parameter key="index_attribute" value="Country"/> <parameter key="create_nominal_index" value="true"/> </operator> <connect from_op="Read Excel" from_port="output" to_op="Transpose" to_port="example set input"/> <connect from_op="Transpose" from_port="example set output" to_op="Rename by Example Values" to_port="example set input"/> <connect from_op="Rename by Example Values" from_port="example set output" to_op="Rename" to_port="example set input"/> <connect from_op="Rename" from_port="example set output" to_op="De-Pivot" to_port="example set input"/> <connect from_op="De-Pivot" from_port="example set output" 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>