/
Converting Timestamp types to Date in Wrangler
Converting Timestamp types to Date in Wrangler
You can use Wrangler custom transformations to convert Timestamp columns to Date columns.
Want to watch the video?
To convert Timestamp columns to Date columns, follow these steps:
Navigate to the Wrangler workspace that has data with a Timestamp data type.
Click the down arrow on the Timestamp column and then click Custom transform.
To convert the Timestamp column to date, type
<column_name>.toLocalDate()
and then click Apply.The transformed column now has the Date data type.
, multiple selections available,
Related content
Format Date directive
Format Date directive
Read with this
DaysSinceFromDate function
DaysSinceFromDate function
More like this
Parse as Date directive (Deprecated)
Parse as Date directive (Deprecated)
Read with this
NGramTransform Spark Compute Analytics (Deprecated)
NGramTransform Spark Compute Analytics (Deprecated)
More like this
Dealing with CSV challenges in Wrangler
Dealing with CSV challenges in Wrangler
Read with this
Splunk Streaming Source
Splunk Streaming Source
More like this
Created in 2020 by Google Inc.