Anaplan is using an unique date format “1 Jan 22” and “Jan 22” as opposed to “2022-01-01” and “2022-01”, which are common in data science. Therefore, when exporting data from Anaplan to BigQuery through CloudWorks, the date column needs to be formatted as string, because BigQuery can’t read “1 Jan 22” as a date. There are a number of ways to manipulate the data either on the Anaplan side or later on BigQuery. However, all these fixes are cumbersome workarounds for the real problem, that Anaplan is not using a common date format in the exports. I was hoping to get some feedback from other users that are using CloudWorks to export Anaplan Data to BigQuery on this matter? How do you deal with this? Thank you.