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="5.3.013"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.3.013" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="text:create_document" compatibility="5.3.001" expanded="true" height="60" name="Create Document" width="90" x="45" y="30"> <parameter key="text" value="Some text here Some text here Some text here Att1,Att2,Att3,Att4 1,Apple,6,8 2,Orange,4.4,3 3,Banana,2.2,11 "/> </operator> <operator activated="true" class="text:replace_tokens" compatibility="5.3.001" expanded="true" height="60" name="Replace Tokens" width="90" x="179" y="30"> <list key="replace_dictionary"> <parameter key="(?ms)([^\n]+)\n([^\n]+)\n([^\n]+)\n(.*)" value="$4"/> </list> </operator> <operator activated="true" class="text:combine_documents" compatibility="5.3.001" expanded="true" height="76" name="Combine Documents" width="90" x="313" y="30"/> <operator activated="true" class="text:write_document" compatibility="5.3.001" expanded="true" height="76" name="Write Document" width="90" x="447" y="30"> <parameter key="file" value="C:\Users\mhelf\Desktop\test2.csv"/> </operator> <operator activated="false" class="text:process_documents" compatibility="5.3.001" expanded="true" height="76" name="Process Documents" width="90" x="179" y="165"> <process expanded="true"> <portSpacing port="source_document" spacing="0"/> <portSpacing port="sink_document 1" spacing="0"/> </process> </operator> <operator activated="true" class="read_csv" compatibility="5.3.013" expanded="true" height="60" name="Read CSV" width="90" x="581" y="30"> <parameter key="column_separators" value=","/> <parameter key="skip_comments" value="true"/> <list key="annotations"/> <parameter key="encoding" value="windows-1252"/> <list key="data_set_meta_data_information"/> </operator> <connect from_op="Create Document" from_port="output" to_op="Replace Tokens" to_port="document"/> <connect from_op="Replace Tokens" from_port="document" to_op="Combine Documents" to_port="documents 1"/> <connect from_op="Combine Documents" from_port="document" to_op="Write Document" to_port="document"/> <connect from_op="Write Document" from_port="file" to_op="Read CSV" to_port="file"/> <connect from_op="Read CSV" from_port="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>