To Timestamp
Last updated
Last updated
This operation converts strings representing a date into a RFC 3339 timestamp.
These are the input/output expected data types for this operation:
- Strings representing the dates you want to transform in the format specified.
- Resulting RFC 3339 timestamps.
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to convert a series of strings into timestamps:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose To Timestamp.
Set Format to DateOnly
.
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.