You can select/unselect the use of the time field for the transformation by clicking on the check box in the top left corner of the panel (only available during the transformation definition step).
If the use of the time field is selected, select the time format in the combo box.
If you select "User defined pattern", enter the pattern on the corresponding text field, by following these rules:
- all time parts are delimited by brackets '[' and ']' (for example [YYYY])
- available time parts are :
- YYYY : year in 4 digits
- YY : two last number of the year, in 2 digits
- MM : the month number, in 2 digits
- DD : the day of the month, in 2 digits
- DOY : the day of the year (1 corresponding to the 1st january), in 3 digits
- hh : the hour, in 2 digits
- mm : minutes, in 2 digits
- ss : seconds, in 2 digits
- mls : milliseconds, in 3 digits
- separator between two time parts can't be a bracket '[' or ']'
For example, a time pattern can be [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss].
The following format is also accepted (no separator): [YYYY] [MM] [DD] [hh] [mm] [ss].