From timestamp
Last updated
Was this helpful?
This operation converts RFC 3339 timestamps into their string representation in the specified format.
These are the input/output expected data types for this operation:
- Input RFC 3339 timestamps.
- Strings representing the timestamps in the format specified.
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Specify the date format of the resulting strings. Choose one of the following:
RFC3339 - For example: 2006-01-02T15:04:05Z
Date Only - For example: 2006-01-02
Time Only - For example: 15:04:05
Date Time - For example: 2006-01-02 15:04:05
Unix Date - For example: Mon Jan 2 15:04:05 MST 2006
Epoch - For example: 1732114401
EpochMillis - For example: 1732114472803
EpochMicros - For example: 173211447280386
EpochNanos - For example: 17321144728038690
Suppose you want to convert a series of timestamps into strings:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose From timestamp.
Set Format to Date Only.
Give your Output field a name and click Save. The values in your input field will be transformed. For example:
You can try out operations with specific values using the Input field above the operation. You can enter the value in the example above and check the result in the Output field.
Last updated
Was this helpful?
Was this helpful?
2006-01-02T00:00:00Z -> 2006-01-02
