Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 1004 Bytes

File metadata and controls

13 lines (7 loc) · 1004 Bytes

Date Transform

This transform takes a date in either a unix timestamp or a string, and converts it to a formatted string. (Macro-enabled)

Source Field The field (or fields separated by commas) that contain the date to format. (Macro-enabled)

Source Format The SimpleDateFormat of the source fields. If the source fields are longs, this can be omitted. For examples, please see the Java SimpleDateFormat documentation. (Macro-enabled)

Source in Seconds or Milliseconds? If the source fields are longs, you can indicate if they are in seconds or milliseconds.

Target Field The field (or fields separated by commas) that contain the date to write to in the output schema. (Macro-enabled)

Target Format The SimpleDateFormat of the output field. For examples, please see the Java SimpleDateFormat documentation. (Macro-enabled)