【发布时间】:2017-11-17 16:54:52
【问题描述】:
如果值被转换为 CSV 的行并且键被接收为 CSV 的列,将会很有帮助。
{
"_id": {
"$uId”: “12345678”
},
“comopany_productId”: “J00354”,
“`company_product name`”: “BIKE 12345”,
"search_results": [
{
“product_id”: "44zIVQ",
"constituents”: [
{
“tyre”: “2”,
"name": “dunlop”
},
{
"strength": “able to move 100 km”,
"name": “MRF”
}
],
"name": “Yhakohuka”,
"form": “tyre”,
"schedule": {
"category": “a”,
"label": "It needs a good car to fit in”
},
"standardUnits": 20,
"price": 2000,
"search_score”:0.947474,
“Form”: “tyre”,
"manufacturer": “hum”,
"id": “12345678”,
"size": “4”
},
我想要 uId、company_productId”、“company_product name”、search_results 中的各种键“tyre”、“name”、“strength”、“name”、“form”、“schedule”、“category”、“label ","standard units","price","search_score","Form","manufacturer","id","size" 是 excel 中的差异列,值是行。
【问题讨论】:
-
请格式化您的标题。我认为是
json而不是son -
你能给出你正在寻找的示例输出吗?