从嵌套的json中提取元素

时间:2018-11-16 17:42:38

标签: apache-spark-sql

具有以下格式的json结构。如何提取col1和col2字段。

root
|-- F1: array (nullable = true)
|    |-- element: string (containsNull = true)
|-- F3: array (nullable = true)
|    |-- element: struct (containsNull = true)
|    |    |-- Columns: array (nullable = true)
|    |    |    |-- element: struct (containsNull = true)
|    |    |    |    |-- Col1: string (nullable = true)
|    |    |    |    |-- Col2: string (nullable = true)

0 个答案:

没有答案