Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

You can use Wrangler custom transformations to convert Timestamp columns to Date columns.

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.


  • No labels