Pyspark - converting json string to DataFrame

前端 未结 2 1926
别那么骄傲
别那么骄傲 2020-12-17 16:51

I have a test2.json file that contains simple json:

{  \"Name\": \"something\",  \"Url\": \"https://stackoverflow.com\",  \"Author\": \"jangcy\",  \"BlogEntr         


        
2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-17 17:15

    It is apprently part of the "ingestion pipeline" help section,

    Therefore, renaming the field @ indexing time, not querying time

提交回复
热议问题