To Timestamp
Description
This operation converts strings representing a date into a RFC 3339 timestamp.
Data types
These are the input/output expected data types for this operation:
Input data
- Strings representing the dates you want to transform in the format specified.
Output data
- Resulting RFC 3339 timestamps.
Parameters
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Example
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:
2006-01-02 -> 2006-01-02T00:00:00Z
Last updated
Was this helpful?