luis_gutierrez
7 years agoNew Contributor
Dates to BigQuery problem
I’m trying to export some dates into BigQuery, but even though the preview of the data that is being sent to BigQuery is correct, when I check my table in BigQuery it always shows as null. Any idea on how to solve this?
My data is parsed this way:
Date.parse($ACCT_STATUS_DATE.Date,“yyyy-MM-dd”)