How to Apply Nested Transforms to a Column when Uploading Data

 

To apply a nested transform to a column on ingress to the platform:

  1. Import a dataset via the ingress workflow.
    In this example, the date column imported is with the data type "Text" and also has errors.
  2. Select the column header and choose "Data Transforms."
  3. First, convert the "Text" type to "Date" type by using to_fixed_timestamp(‘date’).
  4. Select the run command and validate the results by examining the right column.
  5. Since the data is not clean (has text, numbers, and invalid date values), we can ignore those errors by adding forgive function to the existing transform. This is the nested part of this nested transform.
  6. Run to confirm there are no more errors!
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Article is closed for comments.