Functions.GetJsonObject(Column, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extracts JSON object from a JSON string based on path specified, and returns JSON string of the extracted JSON object.
public static Microsoft.Spark.Sql.Column GetJsonObject(Microsoft.Spark.Sql.Column column, string path);
static member GetJsonObject : Microsoft.Spark.Sql.Column * string -> Microsoft.Spark.Sql.Column
Public Shared Function GetJsonObject (column As Column, path As String) As Column
Parameters
- column
- Column
Column to apply
- path
- String
JSON file path
Returns
Column object