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.6.000-SNAPSHOT"> Â <context> Â Â <input/> Â Â <output/> Â Â <macros/> Â </context> Â <operator activated="true" class="process" compatibility="6.6.000-SNAPSHOT" expanded="true" name="Process"> Â Â <process expanded="true"> Â Â Â <operator activated="true" class="open_file" compatibility="6.6.000-SNAPSHOT" expanded="true" height="68" name="Open File" width="90" x="45" y="34"> Â Â Â Â <parameter key="resource_type" value="URL"/> Â Â Â Â <parameter key="url" value="http://URL_TO_ZIP"/> Â Â Â </operator> Â Â Â <operator activated="true" class="loop_zipfile_entries" compatibility="6.6.000-SNAPSHOT" expanded="true" height="82" name="Loop Zip-File Entries" width="90" x="246" y="34"> Â Â Â Â <process expanded="true"> Â Â Â Â Â <operator activated="true" class="write_file" compatibility="6.6.000-SNAPSHOT" expanded="true" height="68" name="Write File" width="90" x="45" y="34"> Â Â Â Â Â Â <parameter key="filename" value="C:\Users\USER_NAME\Desktop\Test\%{file_name}"/> Â Â Â Â Â </operator> Â Â Â Â Â <connect from_port="file object" to_op="Write File" to_port="file"/> Â Â Â Â Â <connect from_op="Write File" from_port="file" to_port="out 1"/> Â Â Â Â Â <portSpacing port="source_file object" spacing="0"/> Â Â Â Â Â <portSpacing port="source_in 1" spacing="0"/> Â Â Â Â Â <portSpacing port="sink_out 1" spacing="0"/> Â Â Â Â Â <portSpacing port="sink_out 2" spacing="0"/> Â Â Â Â </process> Â Â Â </operator> Â Â Â <connect from_op="Open File" from_port="file" to_op="Loop Zip-File Entries" to_port="file"/> Â Â Â <portSpacing port="source_input 1" spacing="0"/> Â Â Â <portSpacing port="sink_result 1" spacing="0"/> Â Â </process> Â </operator></process>
How would you do this without coding and using operators?
hi!
Â
Did you have a look on Marco's process? This solves it in my eyes
~martin