An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="6.1.001-SNAPSHOT"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="6.1.001-SNAPSHOT" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="retrieve" compatibility="6.1.001-SNAPSHOT" expanded="true" height="60" name="Retrieve Iris" width="90" x="45" y="30"> <parameter key="repository_entry" value="//Samples/data/Iris"/> </operator> <operator activated="true" class="write_csv" compatibility="6.1.001-SNAPSHOT" expanded="true" height="76" name="Write CSV" width="90" x="179" y="30"> <parameter key="column_separator" value=" "/> <parameter key="quote_nominal_values" value="false"/> </operator> <operator activated="true" class="write_file" compatibility="6.1.001-SNAPSHOT" expanded="true" height="60" name="Write File" width="90" x="313" y="30"> <parameter key="filename" value="C:\Users\YOUR_USERNAME\Desktop\export.txt"/> </operator> <connect from_op="Retrieve Iris" from_port="output" to_op="Write CSV" to_port="input"/> <connect from_op="Write CSV" from_port="file" to_op="Write File" to_port="file"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> </process> </operator></process>