<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Extract Data from JSON Array and Merge with Parent Attribute that is not an array in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Extract-Data-from-JSON-Array-and-Merge-with-Parent-Attribute/m-p/194270#M68679</link>
    <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/12029/opreaadrian1.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Adrian Oprea&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Flow:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40572-packs-flow.png" style="width: 941px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18108iBAE108A68E7A62BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="40572-packs-flow.png" alt="40572-packs-flow.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 06:49:20 GMT</pubDate>
    <dc:creator>Shu_ashu</dc:creator>
    <dc:date>2019-08-18T06:49:20Z</dc:date>
    <item>
      <title>Extract Data from JSON Array and Merge with Parent Attribute that is not an array</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Extract-Data-from-JSON-Array-and-Merge-with-Parent-Attribute/m-p/194268#M68677</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the following JSON&lt;/P&gt;&lt;PRE&gt;{
  "ARTGEntryJsonResult": {
    "AnnualChargeExemptWaverDate": null
    "Conditions": [
      ""
    ],
    "ConsumerInformation": {
      "DocumentLink": ""
    },
    "EntryType": "Medicine",
    "LicenceClass": "",
    "LicenceId": "152567"
    },
    "Products": [
      {
        "AdditionalInformation": [],
        "Components": [
          {
            "DosageForm": "Drug delivery system, transdermal",
            "RouteOfAdministration": "Transdermal",
            "VisualIdentification": "Dull, homogenous"
          }
        ],
        "Containers": [
          {
            "Closure": "",
            "Conditions": [
              "Store at room temperature"
            ],
            "LifeTime": "2 Years",
            "Material": null,
            "Temperature": "Store below 25 degrees Celsius",
            "Type": "Sachet"
          }
        ],
        "EffectiveDate": "2017-09-18",
        "GMDNCode": "",
        "GMDNTerm": "",
        "Ingredients": [
          {
            "Name": "Fentanyl",
            "Strength": "6.3000 mg"
          }
        ],
        "Name": "FENTANYL SANDOZ ",
        "Packs": [
          {
            "PoisonSchedule": "(S8) Controlled Drug",
            "Size": "1"
          },
          {
            "PoisonSchedule": "(S8) Controlled Drug",
            "Size": "10"
          },
          {
            "PoisonSchedule": "(S8) Controlled Drug",
            "Size": "2"
          },
          {
            "PoisonSchedule": "(S8) Controlled Drug",
            "Size": "3"
          },
          {
            "PoisonSchedule": "(S8) Controlled Drug",
            "Size": "4"
          },
          {
            "PoisonSchedule": "(S8) Controlled Drug",
            "Size": "5"
          },
          {
            "PoisonSchedule": "(S8) Controlled Drug",
            "Size": "7"
          },
          {
            "PoisonSchedule": "(S8) Controlled Drug",
            "Size": "8"
          }
        ],
        "SpecificIndications": [
          "Management of chronic pain requiring opioid analgesia."
        ],
        "StandardIndications": [],
        "Type": "Single Medicine Product",
        "Warnings": []
      }
    ],
    
  }
}
&lt;/PRE&gt;&lt;P&gt;I am able to extract it using the &lt;STRONG&gt;splitJson &lt;/STRONG&gt;+ &lt;STRONG&gt;EvaluateJsonPath&lt;/STRONG&gt;&lt;STRONG&gt; &lt;/STRONG&gt;but  i get the Array Fields Data in a single row.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example of what i managed to get considering this JSON file:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LicenceId   Name                          PoisonSchedule                                                                                   Size&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;152567      FENTANYL SANDOZ "(S8) Controlled Drug","(S8) Controlled Drug","(S8) Controlled Drug" 1,10,2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What i actually want is :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LicenceId  Name                          PoisonSchedule         Size&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;152567      FENTANYL SANDOZ (S8) Controlled Drug      1&lt;/P&gt;&lt;P&gt;152567      FENTANYL SANDOZ (S8) Controlled Drug      10&lt;/P&gt;&lt;P&gt;152567      FENTANYL SANDOZ (S8) Controlled Drug       2&lt;/P&gt;&lt;P&gt;Any ideas are much appreciated !!! &lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 06:08:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Extract-Data-from-JSON-Array-and-Merge-with-Parent-Attribute/m-p/194268#M68677</guid>
      <dc:creator>opreaadrian1</dc:creator>
      <dc:date>2017-09-28T06:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Data from JSON Array and Merge with Parent Attribute that is not an array</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Extract-Data-from-JSON-Array-and-Merge-with-Parent-Attribute/m-p/194269#M68678</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/12029/opreaadrian1.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Adrian Oprea&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Hi i have the same input json as you in generate flow file processor to test the entire flow,&lt;/P&gt;&lt;PRE&gt;{
  "ARTGEntryJsonResult": {
    "AnnualChargeExemptWaverDate": "null",
    "Conditions": [
      ""
    ],
    "ConsumerInformation": {
      "DocumentLink": ""
    },
    "EntryType": "Medicine",
    "LicenceClass": "",
    "LicenceId": "152567"
  },
  "Products": [
    {
      "AdditionalInformation": [],
      "Components": [
        {
          "DosageForm": "Drug delivery system, transdermal",
          "RouteOfAdministration": "Transdermal",
          "VisualIdentification": "Dull, homogenous"
        }
      ],
      "Containers": [
        {
          "Closure": "",
          "Conditions": [
            "Store at room temperature"
          ],
          "LifeTime": "2 Years",
          "Material": null,
          "Temperature": "Store below 25 degrees Celsius",
          "Type": "Sachet"
        }
      ],
      "EffectiveDate": "2017-09-18",
      "GMDNCode": "",
      "GMDNTerm": "",
      "Ingredients": [
        {
          "Name": "Fentanyl",
          "Strength": "6.3000 mg"
        }
      ],
      "Name": "FENTANYL SANDOZ ",
      "Packs": [
        {
          "PoisonSchedule": "(S8) Controlled Drug",
          "Size": "1"
        },
        {
          "PoisonSchedule": "(S8) Controlled Drug",
          "Size": "10"
        },
        {
          "PoisonSchedule": "(S8) Controlled Drug",
          "Size": "2"
        },
        {
          "PoisonSchedule": "(S8) Controlled Drug",
          "Size": "3"
        },
        {
          "PoisonSchedule": "(S8) Controlled Drug",
          "Size": "4"
        },
        {
          "PoisonSchedule": "(S8) Controlled Drug",
          "Size": "5"
        },
        {
          "PoisonSchedule": "(S8) Controlled Drug",
          "Size": "7"
        },
        {
          "PoisonSchedule": "(S8) Controlled Drug",
          "Size": "8"
        }
      ],
      "SpecificIndications": [
        "Management of chronic pain requiring opioid analgesia."
      ],
      "StandardIndications": [],
      "Type": "Single Medicine Product",
      "Warnings": []
    }
  ]
}&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;JoltTransformation:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;i use this processor because we need to extract the name attribute from products array&lt;/P&gt;&lt;PRE&gt;[
  {
    "operation": "shift",
    "spec": {
      "*": "&amp;amp;",
      "Products": {
        "*": "Products"
      }
    }
    }
  ]&lt;/PRE&gt;&lt;P&gt;after this processor&lt;/P&gt;&lt;P&gt;we get &lt;STRONG&gt;output&lt;/STRONG&gt; like below:-&lt;/P&gt;&lt;PRE&gt;{
  "ARTGEntryJsonResult" : {
    "AnnualChargeExemptWaverDate" : "null",
    "Conditions" : [ "" ],
    "ConsumerInformation" : {
      "DocumentLink" : ""
    },
    "EntryType" : "Medicine",
    "LicenceClass" : "",
    "LicenceId" : "152567"
  },
  "Products" : {
    "AdditionalInformation" : [ ],
    "Components" : [ {
      "DosageForm" : "Drug delivery system, transdermal",
      "RouteOfAdministration" : "Transdermal",
      "VisualIdentification" : "Dull, homogenous"
    } ],
    "Containers" : [ {
      "Closure" : "",
      "Conditions" : [ "Store at room temperature" ],
      "LifeTime" : "2 Years",
      "Material" : null,
      "Temperature" : "Store below 25 degrees Celsius",
      "Type" : "Sachet"
    } ],
    "EffectiveDate" : "2017-09-18",
    "GMDNCode" : "",
    "GMDNTerm" : "",
    "Ingredients" : [ {
      "Name" : "Fentanyl",
      "Strength" : "6.3000 mg"
    } ],
    "Name" : "FENTANYL SANDOZ ",
    "Packs" : [ {
      "PoisonSchedule" : "(S8) Controlled Drug",
      "Size" : "1"
    }, {
      "PoisonSchedule" : "(S8) Controlled Drug",
      "Size" : "10"
    }, {
      "PoisonSchedule" : "(S8) Controlled Drug",
      "Size" : "2"
    }, {
      "PoisonSchedule" : "(S8) Controlled Drug",
      "Size" : "3"
    }, {
      "PoisonSchedule" : "(S8) Controlled Drug",
      "Size" : "4"
    }, {
      "PoisonSchedule" : "(S8) Controlled Drug",
      "Size" : "5"
    }, {
      "PoisonSchedule" : "(S8) Controlled Drug",
      "Size" : "7"
    }, {
      "PoisonSchedule" : "(S8) Controlled Drug",
      "Size" : "8"
    } ],
    "SpecificIndications" : [ "Management of chronic pain requiring opioid analgesia." ],
    "StandardIndications" : [ ],
    "Type" : "Single Medicine Product",
    "Warnings" : [ ]
  }
}&lt;/PRE&gt;&lt;P&gt;without product as an array, now its easy to get Name attribute from the json message. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Configs for jolt:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40571-jolt-packs.png" style="width: 707px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18109i0CE332ED444B8ECE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="40571-jolt-packs.png" alt="40571-jolt-packs.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Evaluate Json path expression:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;to extract licenseid and name attributes from the content&lt;/P&gt;&lt;P&gt;i added the below properties as&lt;/P&gt;&lt;PRE&gt;licenceid as $.ARTGEntryJsonResult.LicenceId

name as $.Products.Name&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;EJ configs:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40570-packs-ej2.png" style="width: 613px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18110iCC8FD29BB95F1A3C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="40570-packs-ej2.png" alt="40570-packs-ej2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Split Packs Array using splitjson processor:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;change JsonPath Expression property to&lt;/P&gt;&lt;PRE&gt;$.Products.Packs&lt;/PRE&gt;&lt;P&gt;once you split the packs array then the every message in array will be one seperate flow file, as in my input we are having 8 messages in packs array so we get 8 flowfiles having licenceid,name attributes associated with each flowfile.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Splijson Config:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40569-packs-sj.png" style="width: 523px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18111iF65EF98342404D2B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="40569-packs-sj.png" alt="40569-packs-sj.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Extract PoisonSchedule,Size using evaluatejson path:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;now we need to extract all the contents of flowfile as attributes as we are having &lt;/P&gt;&lt;PRE&gt;{
      "PoisonSchedule" : "(S8) Controlled Drug",
      "Size" : "1"
    }&lt;/PRE&gt;&lt;P&gt;so we need to add 2 properties in processor and change Destination property to flowfile-attribute&lt;/P&gt;&lt;PRE&gt;PoisonSchedule as $.PoisonSchedule

Size as $.Size&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Configs:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40567-packs-ej.png" style="width: 649px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18112i055283D472E2C15E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="40567-packs-ej.png" alt="40567-packs-ej.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Right now we are having all the desired contents of message as attributes we can use &lt;STRONG&gt;replace text processor(if you need output as text) (or) attributestojson processor(if you want json message)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;ReplaceText Processor:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;we are having all the list of attributes &lt;/P&gt;&lt;P&gt;${licenseid},${name},${PoisonSchedule},${Size}&lt;/P&gt;&lt;P&gt;here i kept , as seperator you can mention what ever you like, so keep them in Replacement Value property and change Replacement strategy to AlwaysReplace.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Output:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;flowfile1:-&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;152567,FENTANYL SANDOZ ,(S8) Controlled Drug,4&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;flowfile2:-&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;152567,FENTANYL SANDOZ ,(S8) Controlled Drug,3&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Configs Replacetext:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40566-packs-replace.png" style="width: 724px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18113i32225C400BD41393/image-size/medium?v=v2&amp;amp;px=400" role="button" title="40566-packs-replace.png" alt="40566-packs-replace.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;AttributesToJSON:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if you want to convert the results as json documents then use this processor and in attributes list keep property as&lt;/P&gt;&lt;PRE&gt;licenseid,name,PoisonSchedule,Size&lt;/PRE&gt;&lt;P&gt;it will converts the attributes as json message&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Output:-&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;{"Size":"10","PoisonSchedule":"(S8) Controlled Drug","name":"FENTANYL SANDOZ ","licenseid":"152567"}&lt;/PRE&gt;&lt;P&gt;if you want to &lt;STRONG&gt;merge&lt;/STRONG&gt; these flowfiles together,use&lt;STRONG&gt; Mergecontent Processor&lt;/STRONG&gt; and change the properties as for your requirements.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Flow Screenshot:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;is attached in comments&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this Helps...!!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 06:49:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Extract-Data-from-JSON-Array-and-Merge-with-Parent-Attribute/m-p/194269#M68678</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2019-08-18T06:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Data from JSON Array and Merge with Parent Attribute that is not an array</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Extract-Data-from-JSON-Array-and-Merge-with-Parent-Attribute/m-p/194270#M68679</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/12029/opreaadrian1.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Adrian Oprea&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Flow:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40572-packs-flow.png" style="width: 941px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18108iBAE108A68E7A62BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="40572-packs-flow.png" alt="40572-packs-flow.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 06:49:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Extract-Data-from-JSON-Array-and-Merge-with-Parent-Attribute/m-p/194270#M68679</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2019-08-18T06:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Data from JSON Array and Merge with Parent Attribute that is not an array</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Extract-Data-from-JSON-Array-and-Merge-with-Parent-Attribute/m-p/312156#M68680</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/55311"&gt;@Shu_ashu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the neir input and i want to extract all attributes but i can't got the attributes in the arrays. i have try the jolttransformation processor but no ok&lt;/P&gt;&lt;P&gt;Please can you help me&lt;/P&gt;&lt;P&gt;[{&lt;BR /&gt;"Num_client__c": "3456",&lt;BR /&gt;"Code_etablissement__c": "4562",&lt;BR /&gt;"Mode_de_retrait__c": "xx",&lt;BR /&gt;"OrderNumber": "000001",&lt;BR /&gt;"Commande_en_stock__c": "y",&lt;BR /&gt;"Commande_payee__c": "y",&lt;BR /&gt;"Montant_Commande_TTC__c":"3000",&lt;BR /&gt;"Status":"En cours",&lt;BR /&gt;"OrderedDate": "2021-02-20",&lt;BR /&gt;"Date__c": "2021-02-21",&lt;BR /&gt;"Heure_de_debut__c":"10:24",&lt;BR /&gt;"Heure_de_fin__c": "11:15",&lt;BR /&gt;"shipping_address": [&lt;BR /&gt;{&lt;BR /&gt;"ShippingStreet": "4 Allé du bois",&lt;BR /&gt;"ShippingPostalCode": "75008",&lt;BR /&gt;"ShippingCity": "Paris"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"orderItems_request": [&lt;BR /&gt;{&lt;BR /&gt;"Code_Base_Produit__c": "AG45",&lt;BR /&gt;"Quantity": "75",&lt;BR /&gt;"UnitPrice": "30"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"Code_Base_Produit__c": "FF34",&lt;BR /&gt;"Quantity": "75",&lt;BR /&gt;"UnitPrice": "20"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"Num_client__c": "3456",&lt;BR /&gt;"Code_etablissement__c": "4562",&lt;BR /&gt;"Mode_de_retrait__c": "xx",&lt;BR /&gt;"OrderNumber": "000002",&lt;BR /&gt;"Commande_en_stock__c": "y",&lt;BR /&gt;"Commande_payee__c": "y",&lt;BR /&gt;"Montant_Commande_TTC__c":"3000",&lt;BR /&gt;"Status":"En cours",&lt;BR /&gt;"OrderedDate": "2021-02-20",&lt;BR /&gt;"Date__c": "2021-02-21",&lt;BR /&gt;"Heure_de_debut__c":"10:24",&lt;BR /&gt;"Heure_de_fin__c": "11:15",&lt;BR /&gt;"shipping_address": [&lt;BR /&gt;{&lt;BR /&gt;"ShippingStreet": "4 Allé du bois",&lt;BR /&gt;"ShippingPostalCode": "75008",&lt;BR /&gt;"ShippingCity": "Paris"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"orderItems_request": [&lt;BR /&gt;{&lt;BR /&gt;"Code_Base_Produit__c": "AG45",&lt;BR /&gt;"Quantity": "75",&lt;BR /&gt;"UnitPrice": "30"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;]&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 14:38:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Extract-Data-from-JSON-Array-and-Merge-with-Parent-Attribute/m-p/312156#M68680</guid>
      <dc:creator>Lamtoro</dc:creator>
      <dc:date>2021-02-26T14:38:55Z</dc:date>
    </item>
  </channel>
</rss>

