<?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: Is there a way in Apache Nifi, where I can check if a field is not null in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-a-way-in-Apache-Nifi-where-I-can-check-if-a-field/m-p/174699#M46231</link>
    <description>&lt;P&gt;
	What does your current schema look like? If you have a field with a type of something like ["null","int"] then it is being declared as a "nullable union", meaning the value can be null or a valid integer. If instead you use simply "int" for the type, then it should enforce non-null values for that field. If it does not, then the CSV reader from the Kite SDK (used to parse the CSV in the ConvertCSVtoAvro processor) likely treats missing values as empty or default rather than null. If this is the behavior you're seeing, please feel free to file a &lt;A target="_blank" href="https://issues.apache.org/jira/browse/NIFI"&gt;Jira&lt;/A&gt; to improve the handling of missing CSV values.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2016 21:26:25 GMT</pubDate>
    <dc:creator>mburgess</dc:creator>
    <dc:date>2016-11-15T21:26:25Z</dc:date>
    <item>
      <title>Is there a way in Apache Nifi, where I can check if a field is not null</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-a-way-in-Apache-Nifi-where-I-can-check-if-a-field/m-p/174698#M46230</link>
      <description>&lt;P&gt;I am using the CSVToAVRO converter processor. Is there a way I can mention the field as "not null" in the record schema.&lt;/P&gt;&lt;P&gt;Or, do we have any other method to do this&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 15:16:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-a-way-in-Apache-Nifi-where-I-can-check-if-a-field/m-p/174698#M46230</guid>
      <dc:creator>rbalakrishnantc</dc:creator>
      <dc:date>2016-11-15T15:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way in Apache Nifi, where I can check if a field is not null</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-a-way-in-Apache-Nifi-where-I-can-check-if-a-field/m-p/174699#M46231</link>
      <description>&lt;P&gt;
	What does your current schema look like? If you have a field with a type of something like ["null","int"] then it is being declared as a "nullable union", meaning the value can be null or a valid integer. If instead you use simply "int" for the type, then it should enforce non-null values for that field. If it does not, then the CSV reader from the Kite SDK (used to parse the CSV in the ConvertCSVtoAvro processor) likely treats missing values as empty or default rather than null. If this is the behavior you're seeing, please feel free to file a &lt;A target="_blank" href="https://issues.apache.org/jira/browse/NIFI"&gt;Jira&lt;/A&gt; to improve the handling of missing CSV values.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 21:26:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-a-way-in-Apache-Nifi-where-I-can-check-if-a-field/m-p/174699#M46231</guid>
      <dc:creator>mburgess</dc:creator>
      <dc:date>2016-11-15T21:26:25Z</dc:date>
    </item>
  </channel>
</rss>

