JSON_EXTRACT_DATE
Overview
Extracts a value from a JSON object by path and returns it as DATE. Returns NULL if the path does not exist or the value is null.
Syntax
Parameters
<json>: JSON type, the source data. Strings must first be converted usingPARSE_JSON.<path>: STRING type, a JSONPath expression such as'$.field'.
The date value in the JSON must be a string in 'YYYY-MM-DD' format.
