How to form date from the year, week number and day value in Bigquery query.
For example- Year =2019, week number =37 day=Wednesday.
Output: (2019-09-18)
Year =2019, week number =36 day=Tuesday.
Output: (2019-09-10)
Here month will be calculated from the week and date will be based on when the given day falls in that week.
Note: Bigquery starts a week from 0, so if check above value for comparison in another system it could be 38 and 37