<?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: How to extract fields enveloped in quotes in NiFi? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-extract-fields-enveloped-in-quotes-in-NiFi/m-p/306593#M222909</link>
    <description>&lt;P&gt;You will need to define your schema in avro format, drop that into the readers/writers.&amp;nbsp; &amp;nbsp;Here is an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
   "type" : "record",
   "name" : "DailyCSV",
   "fields" : [
      { "name" : "DepartmentName" , "type" : ["string", "null"] },
	  { "name" : "AccountName" , "type" : ["string", "null"] },
	  { "name" : "AccountOwnerId", "type" : ["string", "null"] },
      { "name" : "AdditionalInfo", "type" : [ "null", "string" ] }
]
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Nov 2020 12:59:09 GMT</pubDate>
    <dc:creator>stevenmatison</dc:creator>
    <dc:date>2020-11-30T12:59:09Z</dc:date>
  </channel>
</rss>

