A program to recognize and reward our most engaged community members
Transforms date values into numerical ones capturing the milliseconds since 01/01/1970 00:00:00 GMT.
datetime2011-01-03 01:06:00.000;
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.1.004"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.1.004" expanded="true" name="Process"> <process expanded="true" height="400" width="878"> <operator activated="true" class="read_csv" compatibility="5.1.004" expanded="true" height="60" name="Read CSV" width="90" x="45" y="30"> <parameter key="csv_file" value="C:\FIMData\date.csv"/> <parameter key="date_format" value="yyyy-MM-dd HH:mm:ss.SSS"/> <parameter key="first_row_as_names" value="false"/> <list key="annotations"> <parameter key="0" value="Name"/> </list> <list key="data_set_meta_data_information"> <parameter key="0" value="datetime.true.date_time.attribute"/> </list> </operator> <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>