A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8"?><process version="10.2.000"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="10.2.000" expanded="true" name="Process"> <parameter key="logverbosity" value="init"/> <parameter key="random_seed" value="2001"/> <parameter key="send_mail" value="never"/> <parameter key="notification_email" value=""/> <parameter key="process_duration_for_mail" value="30"/> <parameter key="encoding" value="SYSTEM"/> <process expanded="true"> <operator activated="true" class="open_file" compatibility="10.2.000" expanded="true" height="68" name="Open File" width="90" x="45" y="34"> <parameter key="resource_type" value="file"/> <parameter key="filename" value="C:/Temp/DTRV_vasarlasok_202310_v2.csv"/> <description align="center" color="purple" colored="true" width="126">Change location of the CSV file here!</description> </operator> <operator activated="true" class="read_csv" compatibility="10.2.000" expanded="true" height="68" name="Read CSV" width="90" x="246" y="34"> <parameter key="csv_file" value="C:\Temp\DTRV_vasarlasok_202310_v2.csv"/> <parameter key="column_separators" value=";"/> <parameter key="trim_lines" value="false"/> <parameter key="use_quotes" value="true"/> <parameter key="quotes_character" value="""/> <parameter key="escape_character" value="\"/> <parameter key="skip_comments" value="false"/> <parameter key="comment_characters" value="#"/> <parameter key="starting_row" value="1"/> <parameter key="parse_numbers" value="true"/> <parameter key="decimal_character" value=","/> <parameter key="grouped_digits" value="false"/> <parameter key="grouping_character" value=","/> <parameter key="infinity_representation" value=""/> <parameter key="date_format" value="yyy-MM-dd'T'HH:mm:ss"/> <parameter key="first_row_as_names" value="true"/> <list key="annotations"/> <parameter key="time_zone" value="SYSTEM"/> <parameter key="locale" value="English (United States)"/> <parameter key="encoding" value="UTF-8"/> <parameter key="read_all_values_as_polynominal" value="false"/> <list key="data_set_meta_data_information"> <parameter key="0" value="Validate.true.integer.attribute"/> <parameter key="1" value="UniqID.true.integer.attribute"/> <parameter key="2" value="InDateTime.true.date_time.attribute"/> <parameter key="3" value="DateTime.true.date_time.attribute"/> <parameter key="4" value="Card number.true.real.attribute"/> <parameter key="5" value="KP#.true.integer.attribute"/> <parameter key="6" value="Pharmacy.true.polynominal.attribute"/> <parameter key="7" value="Pharmacy address.true.polynominal.attribute"/> <parameter key="8" value="Sum.true.integer.attribute"/> <parameter key="9" value="Discount.true.integer.attribute"/> </list> <parameter key="read_not_matching_values_as_missings" value="false"/> <description align="center" color="transparent" colored="false" width="126">Configured to match the provided sample:<br><br>encoding set to UTF-8<br><br>deactivated &quot;skip comments&quot;<br><br>changed date format to match the two date columns</description> </operator> <connect from_op="Open File" 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>