Does anyone know how to convert a string to date in Data Fusion so that it writes to the target as 'Date' instead of string?
We are using Data Fusion to consume a csv from GCS (Google Cloud Storage). Data Fusion detects all fields as string, we'd like change/convert some of those fields that are actually dates as a Date into BigQuery (target). Is this performed as part of the wrangling or is it one of the transform options in the pipeline? Thank you.