<?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: Issue with ConvertRecord or ConvertJSONToAvro when an element is missing. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/190084#M76173</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929" target="_blank"&gt;@Shu&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;i am still not able to use the template now getting the error (screen shot attached).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="64751-testjson.jpg" style="width: 525px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18527i16BECEEC6FDCD6A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="64751-testjson.jpg" alt="64751-testjson.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but here is a test json..basically all the arrays can repeat multiple times..how to flatten those..??&lt;/P&gt;&lt;P&gt;{
  "Customer_Id": 11111,
  "dsc": [
    {
      "Brand_Nm": "test",
      "qa": [
        {
          "Assignment_Id": 222,
          "addr": [
            {
              "AddressLine_1": "stl",
              "City": "stl"
            }
          ]
        },{
          "Assignment_Id": 223,
          "addr": [
            {
              "AddressLine_1": "stc",
              "City": "stc"
            }
          ]
        }
      ]
    }, {
      "Brand_Nm": "test2",
      "qa": [
        {
          "Assignment_Id": 333,
          "addr": [
            {
              "AddressLine_1": "ofl",
              "City": "ofl"
            }
          ]
        },{
          "Assignment_Id": 334,
          "addr": [
            {
              "AddressLine_1": "estl",
              "City": "estl"
            }, {
              "AddressLine_1": "estl1",
              "City": "estl1"
            }
          ]
        }
      ]
    }
  ]
}&lt;/P&gt;&lt;P&gt;i like it break it as 3 files like&lt;/P&gt;&lt;P&gt;Customer_Id,Brand_Nm &lt;/P&gt;&lt;P&gt;11111,test &lt;/P&gt;&lt;P&gt;11111,test2 &lt;/P&gt;&lt;P&gt;Customer_Id,qa_Assignment_Id &lt;/P&gt;&lt;P&gt;11111,222 &lt;/P&gt;&lt;P&gt;11111,223 &lt;/P&gt;&lt;P&gt;11111,333&lt;/P&gt;&lt;P&gt;11111,334 &lt;/P&gt;&lt;P&gt;Customer_Id,Assignment_Id,AddressLine_1,City &lt;/P&gt;&lt;P&gt;11111,222,stc,stc &lt;/P&gt;&lt;P&gt;11111,223,ofl,ofl &lt;/P&gt;&lt;P&gt;11111,333,estl,estl &lt;/P&gt;&lt;P&gt;11111,334,estl,estl&lt;/P&gt;&lt;P&gt;11111,334,estl1,estl1&lt;/P&gt;&lt;P&gt;and also is it possible to flatten the entire structure..&lt;/P&gt;&lt;P&gt;Customer_Id,Brand_Nm,assignment_id,addressline_1,city
1&lt;/P&gt;&lt;P&gt;1111,test,222,stl,sttl &lt;/P&gt;&lt;P&gt;11111,test,223,stc,stc &lt;/P&gt;&lt;P&gt;11111,test2,333,ofl,ofl &lt;/P&gt;&lt;P&gt;11111,test2,334,estl,estl &lt;/P&gt;&lt;P&gt;11111,test2,334,estl1,estl1&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 07:39:12 GMT</pubDate>
    <dc:creator>saikrishna_tara</dc:creator>
    <dc:date>2019-08-18T07:39:12Z</dc:date>
    <item>
      <title>Issue with ConvertRecord or ConvertJSONToAvro when an element is missing.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/190078#M76167</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am reading a JSON file , and splitting in to rows by using SplitJSON processor and then i am trying to convert then to AVRO using ConvertRecord or ConvertJSONToAvro. I gave the JSON schema with all the possible columns. It is converting the records when it contains all the fields\elements. But if it misses an element its routing to failures. &lt;/P&gt;&lt;P&gt;how do you solve this.?? all the incoming records wont have all the fields in schema.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 22:47:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/190078#M76167</guid>
      <dc:creator>saikrishna_tara</dc:creator>
      <dc:date>2018-03-20T22:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ConvertRecord or ConvertJSONToAvro when an element is missing.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/190079#M76168</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11732/saikrishnatarapareddy.html" nodeid="11732"&gt;@Saikrishna Tarapareddy&lt;/A&gt;&lt;P&gt;It's easy to use &lt;STRONG&gt;ConvertRecord&lt;/STRONG&gt; processor because this processor even work with Array of Json objects, so you don't need to use split json processor.&lt;/P&gt;&lt;P&gt;I think the issue that you are facing is because of there are no default values specified for the json fields, if the default values are specified for all the fields then if the value is not present for the field/element then conversion to avro doesn't fail it will have the default value that was defined for the field.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Example:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Case1:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;i'm having the below json array with 3 json objects in it&lt;/P&gt;&lt;PRE&gt;[{"year" : "2018","mon":"01","mday":"02"},
{"year" : "2018","mon":"01","mday":"02","hour":"01"},
{"year" : "2018","mon":"01","mday":"02","hour":"01"}]&lt;/PRE&gt;&lt;P&gt;trying to convert json to avro using convert record processor and my avro schema looks like&lt;/P&gt;&lt;PRE&gt;{
"type": "record",
"name": "nifi_logs",
"fields": [
   { "name": "year", "type": ["null","string"] },
   { "name": "mon", "type": ["null","string"] },
   { "name": "mday", "type": ["null","string"] },
   { "name": "hour", "type": ["null","string"]  }
  ]
}&lt;/PRE&gt;&lt;P&gt;now i'm having all the default values for each field/element as null, as if you see our input json array &lt;STRONG&gt;i'm missing hour filed&lt;/STRONG&gt; in first json object, even though we are missing the field with the above avro schema we are going to have null for hour field.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Case2:-&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;{
"type": "record",
"name": "nifi_logs",
"fields": [
   { "name": "year", "type": ["null","string"]  },
   { "name": "mon", "type": ["null","string"] },
   { "name": "mday", "type": ["null","string"] },
   { "name": "hour", "type": "string" }
  ]&lt;/PRE&gt;&lt;P&gt;if our avro schema like above then we don't have any default value for the hour field so if the incoming data doesn't having hour field then that&lt;STRONG&gt; record goes to failure&lt;/STRONG&gt; because there is no default value defined for the hour field.&lt;/P&gt;&lt;P&gt;Define all the default values for the all fields/elements that you are having then run the processor again,&lt;/P&gt;&lt;P&gt;Let us know if you are having any issues..!!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 02:46:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/190079#M76168</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2018-03-21T02:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ConvertRecord or ConvertJSONToAvro when an element is missing.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/190080#M76169</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/178185/issue-with-convertrecord-or-convertjsontoavro-when.html#" rel="nofollow noopener noreferrer" target="_blank"&gt;@Shu&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;Thank you. It helped. i was able to supply nulls and it came out like below..&lt;/P&gt;&lt;P&gt;one another question along the same lines. &lt;/P&gt;&lt;P&gt;what is the best way to split the this JSON in to multiple files based on some columns so that i can create Hive tables on them.&lt;/P&gt;&lt;P&gt;for example files with &lt;/P&gt;&lt;P&gt;Customer_Id,Brand_Nm,BarCode_No,Offer_Ds,Offer_Expire_Dt&lt;/P&gt;&lt;P&gt;Customer_Id,Assignment_id,Assign_Dt,Offer_Nm&lt;/P&gt;&lt;P&gt;Customer_Id,Address_Line_1,Address_Line_2,City,State_Cd,Postal_Cd,Vendor_Desc,Offer,Source&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="64729-testjson.jpg" style="width: 359px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18529iBAAAC7713913F25F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="64729-testjson.jpg" alt="64729-testjson.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 07:39:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/190080#M76169</guid>
      <dc:creator>saikrishna_tara</dc:creator>
      <dc:date>2019-08-18T07:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ConvertRecord or ConvertJSONToAvro when an element is missing.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/190081#M76170</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11732/saikrishnatarapareddy.html" nodeid="11732" target="_blank"&gt;@Saikrishna Tarapareddy&lt;/A&gt;&lt;P&gt;I think it's better to go with 3 convert record processors in parallel with &lt;STRONG&gt;same JsonReader(as the json content is same for all) &lt;/STRONG&gt;and&lt;STRONG&gt; different JsonSetWriters(we need different elements in each file) &lt;/STRONG&gt;to get 3 different files i.e&lt;/P&gt;&lt;P&gt;Customer_Id,Brand_Nm,BarCode_No,Offer_Ds,Offer_Expire_Dt(convertrecord1)&lt;/P&gt;&lt;P&gt;Customer_Id,Assignment_id,Assign_Dt,Offer_Nm(convertrecord2)&lt;/P&gt;&lt;P&gt;Customer_Id,Address_Line_1,Address_Line_2,City,State_Cd,Postal_Cd,Vendor_Desc,Offer,Source(convertrecord3)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Flow:-&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="64730-converrecord.png" style="width: 2889px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18528i0AD6CDEA6347341C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="64730-converrecord.png" alt="64730-converrecord.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As input json object/message having nested arrays i have used jsonpathreader controller service and added avro controller service and added all the user defined properties with matching json expressions. this reader will be same for all the three Convertrecord processors.&lt;/P&gt;&lt;P&gt;in JsonSetwriter controller service i have used schema text property to define our required schema.&lt;/P&gt;&lt;P&gt;i tried with one ConvertRecord processor and attached .xml for reference, you can save and add your required elements as per your requirements.&lt;/P&gt;&lt;P&gt;Let us know if you have any issues..!!&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/64731-178185-hcc.xml" target="_blank"&gt;178185-hcc.xml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 07:39:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/190081#M76170</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2019-08-18T07:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ConvertRecord or ConvertJSONToAvro when an element is missing.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/190082#M76171</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929"&gt;@Shu&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I am not able to use your template as it gave me this error Invalid UUID string: 03701c5912a831d30000000000000000.&lt;/P&gt;&lt;P&gt;anyway will it work if the incoming file have many records (330K in this case) , at the end it will split in to 3 files.? That would be awesome.&lt;/P&gt;&lt;P&gt;also I can have multiple addresses for a customer , if we hard code with 0 will it get all the rows .?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 22:16:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/190082#M76171</guid>
      <dc:creator>saikrishna_tara</dc:creator>
      <dc:date>2018-03-21T22:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ConvertRecord or ConvertJSONToAvro when an element is missing.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/190083#M76172</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11732/saikrishnatarapareddy.html" nodeid="11732"&gt;@Saikrishna Tarapareddy&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;I tried a load test of 500k records &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;input:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;{
"Customer_Id": 11111,
"dsc": [{
"Brand_Nm": "test",
"qa": [{
"Assignment_Id": 22,
"addr": [{
"AddressLine_1": null,
"City": "Amelia"
}]
}]
}]
}&lt;/PRE&gt;&lt;P&gt;I repeated the above message for 500k records and used convert record processor it got completed in 5 sec.&lt;/P&gt;&lt;P&gt;In your case you will have record size is more but still if you are having enough heap space, convert record will work without any issues..!!&lt;/P&gt;&lt;P&gt;Could you please share 10 records that having multiple addresses for a customer and the expected output so that i can try on my end.&lt;/P&gt;&lt;P&gt;For reference i created new template please try to save this template.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/65420-178185-1.xml"&gt;178185-1.xml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 23:42:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/190083#M76172</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2018-03-21T23:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ConvertRecord or ConvertJSONToAvro when an element is missing.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/190084#M76173</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929" target="_blank"&gt;@Shu&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;i am still not able to use the template now getting the error (screen shot attached).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="64751-testjson.jpg" style="width: 525px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18527i16BECEEC6FDCD6A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="64751-testjson.jpg" alt="64751-testjson.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but here is a test json..basically all the arrays can repeat multiple times..how to flatten those..??&lt;/P&gt;&lt;P&gt;{
  "Customer_Id": 11111,
  "dsc": [
    {
      "Brand_Nm": "test",
      "qa": [
        {
          "Assignment_Id": 222,
          "addr": [
            {
              "AddressLine_1": "stl",
              "City": "stl"
            }
          ]
        },{
          "Assignment_Id": 223,
          "addr": [
            {
              "AddressLine_1": "stc",
              "City": "stc"
            }
          ]
        }
      ]
    }, {
      "Brand_Nm": "test2",
      "qa": [
        {
          "Assignment_Id": 333,
          "addr": [
            {
              "AddressLine_1": "ofl",
              "City": "ofl"
            }
          ]
        },{
          "Assignment_Id": 334,
          "addr": [
            {
              "AddressLine_1": "estl",
              "City": "estl"
            }, {
              "AddressLine_1": "estl1",
              "City": "estl1"
            }
          ]
        }
      ]
    }
  ]
}&lt;/P&gt;&lt;P&gt;i like it break it as 3 files like&lt;/P&gt;&lt;P&gt;Customer_Id,Brand_Nm &lt;/P&gt;&lt;P&gt;11111,test &lt;/P&gt;&lt;P&gt;11111,test2 &lt;/P&gt;&lt;P&gt;Customer_Id,qa_Assignment_Id &lt;/P&gt;&lt;P&gt;11111,222 &lt;/P&gt;&lt;P&gt;11111,223 &lt;/P&gt;&lt;P&gt;11111,333&lt;/P&gt;&lt;P&gt;11111,334 &lt;/P&gt;&lt;P&gt;Customer_Id,Assignment_Id,AddressLine_1,City &lt;/P&gt;&lt;P&gt;11111,222,stc,stc &lt;/P&gt;&lt;P&gt;11111,223,ofl,ofl &lt;/P&gt;&lt;P&gt;11111,333,estl,estl &lt;/P&gt;&lt;P&gt;11111,334,estl,estl&lt;/P&gt;&lt;P&gt;11111,334,estl1,estl1&lt;/P&gt;&lt;P&gt;and also is it possible to flatten the entire structure..&lt;/P&gt;&lt;P&gt;Customer_Id,Brand_Nm,assignment_id,addressline_1,city
1&lt;/P&gt;&lt;P&gt;1111,test,222,stl,sttl &lt;/P&gt;&lt;P&gt;11111,test,223,stc,stc &lt;/P&gt;&lt;P&gt;11111,test2,333,ofl,ofl &lt;/P&gt;&lt;P&gt;11111,test2,334,estl,estl &lt;/P&gt;&lt;P&gt;11111,test2,334,estl1,estl1&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 07:39:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/190084#M76173</guid>
      <dc:creator>saikrishna_tara</dc:creator>
      <dc:date>2019-08-18T07:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ConvertRecord or ConvertJSONToAvro when an element is missing.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/294286#M76174</link>
      <description>&lt;P&gt;Can anyone please tell me why the value is returning null when I converting xml to json?&lt;/P&gt;&lt;P&gt;[ {&lt;BR /&gt;"trackTopology" : {&lt;BR /&gt;"trackBegin" : {&lt;BR /&gt;"connection" : null&lt;BR /&gt;},&lt;BR /&gt;"trackEnd" : {&lt;BR /&gt;"connection" : null&lt;BR /&gt;},&lt;BR /&gt;"connections" : {&lt;BR /&gt;"switch" : [ {&lt;BR /&gt;"connection" : null&lt;BR /&gt;}, {&lt;BR /&gt;"connection" : null&lt;BR /&gt;}, {&lt;BR /&gt;"connection" : null&lt;BR /&gt;}, {&lt;BR /&gt;"connection" : null&lt;BR /&gt;}, {&lt;BR /&gt;"connection" : null&lt;BR /&gt;}, {&lt;BR /&gt;"connection" : null&lt;BR /&gt;}, {&lt;BR /&gt;"connection" : null&lt;BR /&gt;}, {&lt;BR /&gt;"connection" : null&lt;BR /&gt;}, {&lt;BR /&gt;"connection" : null&lt;BR /&gt;}, {&lt;BR /&gt;"connection" : null&lt;BR /&gt;}, {&lt;BR /&gt;"connection" : null&lt;BR /&gt;}, {&lt;BR /&gt;"connection" : null&lt;BR /&gt;}, {&lt;BR /&gt;"connection" : null&lt;BR /&gt;} ]&lt;BR /&gt;},&lt;BR /&gt;"vertexesWithKP" : null,&lt;BR /&gt;"trackTopologyInfos" : {&lt;BR /&gt;"trackTopologyInfo" : {&lt;BR /&gt;"UEVOL_Territory" : true,&lt;BR /&gt;"type" : "Mainline",&lt;BR /&gt;"Driverless_Horn_Activation" : false,&lt;BR /&gt;"Loop" : false&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:39:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/294286#M76174</guid>
      <dc:creator>DarkStar</dc:creator>
      <dc:date>2020-04-18T19:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ConvertRecord or ConvertJSONToAvro when an element is missing.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/294312#M76175</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/75426"&gt;@DarkStar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As this thread was marked 'Solved' in March of 2018 you would have a better chance of receiving a resolution by &lt;A href="https://community.cloudera.com/t5/forums/postpage/board-id/Questions" target="_blank" rel="noopener"&gt;starting a new thread&lt;/A&gt;. This will also provide the opportunity to provide details specific to your XML source that could aid others in providing a more targeted answer to your question.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 00:13:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-ConvertRecord-or-ConvertJSONToAvro-when-an/m-p/294312#M76175</guid>
      <dc:creator>ask_bill_brooks</dc:creator>
      <dc:date>2020-04-20T00:13:02Z</dc:date>
    </item>
  </channel>
</rss>

