Forum Discussion

luis_gutierrez's avatar
luis_gutierrez
New Contributor
7 years ago

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”)

No RepliesBe the first to reply