<?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: Nifi : QueryDatabaseProcessor - Add new fields to Avro Files in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188834#M70708</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/41157/manishajainorg.html" nodeid="41157" target="_blank"&gt;@manisha jain&lt;/A&gt;&lt;P&gt;Yeah you can manipulate results coming out from your Query database processor itself.&lt;/P&gt;&lt;P&gt;if you want to &lt;STRONG&gt;add static fields&lt;/STRONG&gt; to the each &lt;STRONG&gt;avro record&lt;/STRONG&gt; then in your &lt;STRONG&gt;Querydatabase&lt;/STRONG&gt; processor.&lt;/P&gt;&lt;P&gt;change &lt;STRONG&gt;Columns to return&lt;/STRONG&gt; property as&lt;/P&gt;&lt;PRE&gt;*,'in' type //return all columns from table and add type column with value in for each row.&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Processor 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="43431-query.png" style="width: 779px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18609i829B0FD1159E2F04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="43431-query.png" alt="43431-query.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;as you can view above screenshot how we are configuring Columns to Return property above.&lt;/P&gt;&lt;P&gt;(or)&lt;/P&gt;&lt;P&gt;Another way doing this is &lt;/P&gt;&lt;P&gt;Once you get results from &lt;STRONG&gt;Query database processor &lt;/STRONG&gt;then &lt;/P&gt;&lt;PRE&gt;1.Use convertavrotojson processor //we are converting avro data into json.
2.Use ReplaceText processor //to search for literal value } and do replacement value as your desired value in jsonformat
ex:- ,"type":"in"}
in this processor using replace text we are having json array of records and we are looking for } that means at end of each record and we are going to replace with ,"type":"in"} for each record so the json record structure will wont change.
3.Use convertjsontoavro processor //we are converting json data into avro data again and this data having new field that we have added to the json message.&lt;/PRE&gt;</description>
    <pubDate>Sun, 18 Aug 2019 07:49:01 GMT</pubDate>
    <dc:creator>Shu_ashu</dc:creator>
    <dc:date>2019-08-18T07:49:01Z</dc:date>
    <item>
      <title>Nifi : QueryDatabaseProcessor - Add new fields to Avro Files</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188833#M70707</link>
      <description>&lt;P&gt;Have used QueryDatabase processor to read data from sql server DB.&lt;/P&gt;&lt;P&gt;It has read a avro files ,need to add static fields to the avro record&lt;/P&gt;&lt;P&gt;for ex..&lt;/P&gt;&lt;P&gt;=============================&lt;/P&gt;&lt;P&gt;Avro Record = id,name&lt;/P&gt;&lt;P&gt;Value= 1,ABC&lt;/P&gt;&lt;P&gt;=============================&lt;/P&gt;&lt;P&gt;need to add type to the record&lt;/P&gt;&lt;P&gt;========================================&lt;/P&gt;&lt;P&gt;New Avro Record = id,name,type&lt;/P&gt;&lt;P&gt;Value= 1,ABC,IN  &lt;/P&gt;&lt;P&gt;========================================&lt;/P&gt;&lt;P&gt;Is there a way to manipulate avro files .&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 20:06:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188833#M70707</guid>
      <dc:creator>ManishaJain</dc:creator>
      <dc:date>2017-11-03T20:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi : QueryDatabaseProcessor - Add new fields to Avro Files</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188834#M70708</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/41157/manishajainorg.html" nodeid="41157" target="_blank"&gt;@manisha jain&lt;/A&gt;&lt;P&gt;Yeah you can manipulate results coming out from your Query database processor itself.&lt;/P&gt;&lt;P&gt;if you want to &lt;STRONG&gt;add static fields&lt;/STRONG&gt; to the each &lt;STRONG&gt;avro record&lt;/STRONG&gt; then in your &lt;STRONG&gt;Querydatabase&lt;/STRONG&gt; processor.&lt;/P&gt;&lt;P&gt;change &lt;STRONG&gt;Columns to return&lt;/STRONG&gt; property as&lt;/P&gt;&lt;PRE&gt;*,'in' type //return all columns from table and add type column with value in for each row.&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Processor 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="43431-query.png" style="width: 779px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18609i829B0FD1159E2F04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="43431-query.png" alt="43431-query.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;as you can view above screenshot how we are configuring Columns to Return property above.&lt;/P&gt;&lt;P&gt;(or)&lt;/P&gt;&lt;P&gt;Another way doing this is &lt;/P&gt;&lt;P&gt;Once you get results from &lt;STRONG&gt;Query database processor &lt;/STRONG&gt;then &lt;/P&gt;&lt;PRE&gt;1.Use convertavrotojson processor //we are converting avro data into json.
2.Use ReplaceText processor //to search for literal value } and do replacement value as your desired value in jsonformat
ex:- ,"type":"in"}
in this processor using replace text we are having json array of records and we are looking for } that means at end of each record and we are going to replace with ,"type":"in"} for each record so the json record structure will wont change.
3.Use convertjsontoavro processor //we are converting json data into avro data again and this data having new field that we have added to the json message.&lt;/PRE&gt;</description>
      <pubDate>Sun, 18 Aug 2019 07:49:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188834#M70708</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2019-08-18T07:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi : QueryDatabaseProcessor - Add new fields to Avro Files</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188835#M70709</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/41157/manishajainorg.html" nodeid="41157" target="_blank"&gt;@manisha jain&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The approach described above (Avro -&amp;gt; Json -&amp;gt; Avro) is no more required with new record based processors in NiFi. You can use UpdateRecord processor to add new attribute to your flow files whatever their format is (Avro, JSON, CSV, etc).&lt;/P&gt;&lt;P&gt;Just define your Avro Schema with the new attribute and use in Avro Writter. Then use UpdateAttribute to add the value as in the below example where I add city attribute with the static value Paris:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="42455-screen-shot-2017-11-04-at-101328-pm.png" style="width: 1930px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18607i1C238C0A05CEDB65/image-size/medium?v=v2&amp;amp;px=400" role="button" title="42455-screen-shot-2017-11-04-at-101328-pm.png" alt="42455-screen-shot-2017-11-04-at-101328-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And the result will look like &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="42456-screen-shot-2017-11-04-at-101508-pm.png" style="width: 1564px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18608iE6F9D808D726328D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="42456-screen-shot-2017-11-04-at-101508-pm.png" alt="42456-screen-shot-2017-11-04-at-101508-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Note that in my example data is in JSON format but the same approach works for Avro. Just use Avro reader/writer instead of Json.&lt;/P&gt;&lt;P&gt;If you are new to record based processors read these two articles:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://blogs.apache.org/nifi/entry/record-oriented-data-with-nifi" target="_blank" rel="nofollow noopener noreferrer"&gt;https://blogs.apache.org/nifi/entry/record-oriented-data-with-nifi&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.hortonworks.com/articles/138632/data-flow-enrichment-with-nifi-lookuprecord-proces.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.hortonworks.com/articles/138632/data-flow-enrichment-with-nifi-lookuprecord-proces.html&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I hope this is helpful.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 07:48:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188835#M70709</guid>
      <dc:creator>ahadjidj</dc:creator>
      <dc:date>2019-08-18T07:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi : QueryDatabaseProcessor - Add new fields to Avro Files</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188836#M70710</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929"&gt;@Shu  &lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Will try this approach and revert.&lt;BR /&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 17:18:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188836#M70710</guid>
      <dc:creator>ManishaJain</dc:creator>
      <dc:date>2017-11-07T17:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi : QueryDatabaseProcessor - Add new fields to Avro Files</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188837#M70711</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/2056/ahadjidj.html" nodeid="2056"&gt;@Abdelkrim Hadjidj&lt;/A&gt; . Very informative .&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 17:20:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188837#M70711</guid>
      <dc:creator>ManishaJain</dc:creator>
      <dc:date>2017-11-07T17:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi : QueryDatabaseProcessor - Add new fields to Avro Files</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188838#M70712</link>
      <description>&lt;P&gt;Great Answers thanks all &lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 10:05:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188838#M70712</guid>
      <dc:creator>abhinav_joshi</dc:creator>
      <dc:date>2018-03-26T10:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi : QueryDatabaseProcessor - Add new fields to Avro Files</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188839#M70713</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;Hey I have a requirement to add a new column to the extracted contents of an oracle table. The new column name is LOAD_TMS and should contain the current timestamp. I used your approach and typed the following in the "columns to return" property -  &lt;STRONG&gt;*,'${now():toNumber():format('yyyy-MM-dd HH:mm:ss')}' LOAD_TMS  &lt;/STRONG&gt;however i am getting errors . I also tried copying your example but even then I started getting irrelevant errors like FROM key word is missing.&lt;/P&gt;&lt;P&gt;Can you please assist here&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 08:34:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188839#M70713</guid>
      <dc:creator>abhinav_joshi</dc:creator>
      <dc:date>2018-04-26T08:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi : QueryDatabaseProcessor - Add new fields to Avro Files</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188840#M70714</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;Meanwhile , I tried using your other option and that worked which is convert Avro to JSON and then using a replace text. That was a cool approach &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; . However , we are doing a streaming ingestion and want to limit the number of processors , and hence prefer option 1 which is putting that extra column at the "Query Database Table" processor layer itself. &lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 12:09:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188840#M70714</guid>
      <dc:creator>abhinav_joshi</dc:creator>
      <dc:date>2018-04-26T12:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi : QueryDatabaseProcessor - Add new fields to Avro Files</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188841#M70715</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/70516/abhinavjoshi.html" nodeid="70516" target="_blank"&gt;@Abhinav Joshi&lt;/A&gt;&lt;P&gt;Which version of NiFi are you using?&lt;BR /&gt;In NiFi 1.1 Columns to Return property doesn't support expression language probably that's the reason why you are having issues while adding &lt;STRONG&gt;'${now():toNumber():format('yyyy-MM-dd HH:mm:ss')}' LOAD_TMS &lt;/STRONG&gt;this expression.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="72460-qdt.png" style="width: 1476px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18606i78C2E0FDFC8E4148/image-size/medium?v=v2&amp;amp;px=400" role="button" title="72460-qdt.png" alt="72460-qdt.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If your columns to return doesn't support expression language then one of the possible work around is convert to json then add field again convert back to avro.&lt;/P&gt;&lt;P&gt;In New versions of i think from NiFi 1.2+ Columns to Return property supports expression language and also we are having update record processor by using this processor we can add new fields to the flowfile content without converting them.&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 07:48:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188841#M70715</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2019-08-18T07:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi : QueryDatabaseProcessor - Add new fields to Avro Files</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188842#M70716</link>
      <description>&lt;P&gt;Hey thanks . I am using 1.4 version but still I am not able to get this working. Please find the screen shot below &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/71465-columns-from-rdbms.png"&gt;columns-from-rdbms.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So , I can see that the regular expression is working as in the error section , the timestamp is coming up however the issue perhaps seems to be with the syntax which is *, ...............  . Isnt this supported ? Waiting for your brilliant feedback as always &lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929"&gt;@Shu&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:25:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188842#M70716</guid>
      <dc:creator>abhinav_joshi</dc:creator>
      <dc:date>2018-04-26T14:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi : QueryDatabaseProcessor - Add new fields to Avro Files</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188843#M70717</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929"&gt;@Shu&lt;/A&gt; for trying this out . I used the double quotes but it isnt working with Oracle. For now  , I will use your JSON approach as a stop gap arrangement  till  I find a way out to fix this. In case you have any ideas then do let me know. Thansk again &lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 07:00:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188843#M70717</guid>
      <dc:creator>abhinav_joshi</dc:creator>
      <dc:date>2018-04-27T07:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi : QueryDatabaseProcessor - Add new fields to Avro Files</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188844#M70718</link>
      <description>&lt;P&gt;Ok got this fixed . In oracle , this works well if we add the table name and then a .*. So this is what I put in and my problem got fixed &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GIM.GIDB_GC_SKILL.*,'${now():toNumber():format('yyyy-MM-dd HH:mm:ss')}' AS LOAD_TMS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 10:06:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188844#M70718</guid>
      <dc:creator>abhinav_joshi</dc:creator>
      <dc:date>2018-04-27T10:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi : QueryDatabaseProcessor - Add new fields to Avro Files</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188845#M70719</link>
      <description>&lt;P&gt;@Ok , I managed to get this fixed. In oracle I can see it works a little differently. I used the following and this worked.I passed the table name followed by a "." and that seemed to do the trick.  &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;&lt;STRONG&gt;GIM.GIDB_GC_SKILL.*,'${now():toNumber():format('yyyy-MM-dd HH:mm:ss')}' AS LOAD_TMS&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 15:40:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-QueryDatabaseProcessor-Add-new-fields-to-Avro-Files/m-p/188845#M70719</guid>
      <dc:creator>abhinav_joshi</dc:creator>
      <dc:date>2018-04-27T15:40:15Z</dc:date>
    </item>
  </channel>
</rss>

