A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="6.4.000"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="6.4.000" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="web:get_webpage" compatibility="5.3.002" expanded="true" height="60" name="Get Page" width="90" x="45" y="75"> <parameter key="url" value="dropboxapi"/> <list key="query_parameters"/> <list key="request_properties"> <parameter key="auth" value="some authentication string"/> <parameter key="directory" value="I guess you geed it with directory info"/> </list> <description align="center" color="transparent" colored="false" width="126">You'd need a layout similar to this.</description> </operator> <operator activated="true" class="text:json_to_data" compatibility="6.4.000" expanded="true" height="76" name="JSON To Data" width="90" x="179" y="255"> <description align="center" color="transparent" colored="false" width="126">The data is probably returned in JSON. If it's returned in XML use the ReadXML operator.</description> </operator> <operator activated="true" class="loop_values" compatibility="6.4.000" expanded="true" height="76" name="Loop Values" width="90" x="313" y="75"> <parameter key="attribute" value="filename"/> <parameter key="iteration_macro" value="%{loop_value}"/> <process expanded="true"> <operator activated="true" class="cloud_connectivity:read_dropbox" compatibility="6.3.000" expanded="true" height="60" name="Read Dropbox" width="90" x="246" y="120"> <parameter key="connection" value="your_dropbox_connection"/> <parameter key="file" value="loop_value"/> <description align="center" color="transparent" colored="false" width="126">Here is the read dropbox operator.</description> </operator> <connect from_op="Read Dropbox" from_port="file" to_port="out 1"/> <portSpacing port="source_example set" spacing="0"/> <portSpacing port="sink_out 1" spacing="0"/> <portSpacing port="sink_out 2" spacing="0"/> <description align="center" color="yellow" colored="false" height="107" resized="false" width="180" x="10" y="10">No need to connect the examples to the dropbox operator you have the filename of each example in the &quot;loop_value&quot; macro.</description> </process> <description align="center" color="transparent" colored="false" width="126">Use LoopValues to provide the inner operators with the Filename as a macro.</description> </operator> <connect from_op="Get Page" from_port="output" to_op="JSON To Data" to_port="documents 1"/> <connect from_op="JSON To Data" from_port="example set" to_op="Loop Values" to_port="example set"/> <connect from_op="Loop Values" from_port="out 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>