Score:0

Feeds: Import JSON nested fields

jp flag

I am using feeds and feeds_ex modules, and JSON Path parser to import data from the endpoint. Here is imported data:

{
  "products": [
    {
        "id": 103839858696,
        "title": "\"Apt to get all Opportunities\": White Pennsylvania Runaways, 1750-1762",     
        "tags": "gpc used book, used book",                   
        "image": {
            "id": 554766794760,        
            "src": "https://cdn.shopify.com/s/files/1/0407/6857/products/Used_c13054fa.jpg
        }
     }
  ]
}

I need to import the image.src into Product CT url field as shown on the screenshot:

enter image description here

The problem is the existence of the nested field 'src'. I can't tell the parser to parse the nested fields. Are there any options to import nested fields? Thanks.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.