Date/time parsing and formatting
Timestamp data can be obtained from the following fields, in this order of precedence:- timestamp
- timestamp_tdt
- timestamp_dt
- epoch. value in this field is treated as a number of milliseconds since epoch, and UTC zone is assumed.
- “timestamp” - containing the ISO8601 timestamp
- “tz_timestamp_txt” - containing the “zoned format” of the timestamp with normalized components.
This stage does not define a list of allowed types.
Example Stage Specification
The Format Signals stage defined as part of the default ‘signals_ingest’ pipeline included with Fusion:Configuration
When entering configuration values in the UI, use unescaped characters, such as
\t
for the tab character. When entering configuration values in the API, use escaped characters, such as \\t
for the tab character.