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:

  1. Navigate to the Wrangler workspace that has data with a Timestamp data type.

  2. Click the down arrow on the Timestamp column and then click Custom transform.

  3. To convert the Timestamp column to date, type <column_name>.toLocalDate() and then click Apply.

  4. The transformed column now has the Date data type.