<?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: Attribute validation against MSSQL database in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Attribute-validation-against-MSSQL-database/m-p/322217#M228722</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/87710"&gt;@midee&lt;/a&gt;,&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.&amp;nbsp; I&lt;/P&gt;</description>
    <pubDate>Mon, 09 Aug 2021 05:25:28 GMT</pubDate>
    <dc:creator>VidyaSargur</dc:creator>
    <dc:date>2021-08-09T05:25:28Z</dc:date>
    <item>
      <title>Attribute validation against MSSQL database</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Attribute-validation-against-MSSQL-database/m-p/322039#M228650</link>
      <description>&lt;P&gt;I have to implement one scenario using Nifi flow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. There is one attribute from upstream processor like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;KeyValue : KGPYT&lt;/P&gt;&lt;P&gt;2. I have to find whether KeyValue is unique in the system or not , by validation from Database.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;If it is not found in the database, the flowfile should be proceed to success and&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if the value is present in database, it should be proceed to failure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest me how to proceed in this case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 10:27:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Attribute-validation-against-MSSQL-database/m-p/322039#M228650</guid>
      <dc:creator>midee</dc:creator>
      <dc:date>2021-08-04T10:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute validation against MSSQL database</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Attribute-validation-against-MSSQL-database/m-p/322043#M228654</link>
      <description>&lt;P&gt;I think you are probably looking for the LookupAttribute processor. (Or possibly the LookupRecord processor).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should allow you to look up the value somewhere (e.g. in a database) and afterwards you can route on the outcome. Either directly based on matched/unmatched or if it is more complicated (e.g. the depending on what you actually found) perhaps using something like RouteOnAttribute.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 12:59:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Attribute-validation-against-MSSQL-database/m-p/322043#M228654</guid>
      <dc:creator>DennisJaheruddi</dc:creator>
      <dc:date>2021-08-04T12:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute validation against MSSQL database</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Attribute-validation-against-MSSQL-database/m-p/322217#M228722</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/87710"&gt;@midee&lt;/a&gt;,&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.&amp;nbsp; I&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 05:25:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Attribute-validation-against-MSSQL-database/m-p/322217#M228722</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2021-08-09T05:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute validation against MSSQL database</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Attribute-validation-against-MSSQL-database/m-p/322302#M228742</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/31428"&gt;@DennisJaheruddi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your reply and will implement your suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 07:45:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Attribute-validation-against-MSSQL-database/m-p/322302#M228742</guid>
      <dc:creator>midee</dc:creator>
      <dc:date>2021-08-10T07:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute validation against MSSQL database</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Attribute-validation-against-MSSQL-database/m-p/322826#M228937</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/87710"&gt;@midee&lt;/a&gt;, were you able to implement the suggestions?&amp;nbsp;Has the reply helped resolve your issue? If so, can you please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 10:06:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Attribute-validation-against-MSSQL-database/m-p/322826#M228937</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2021-08-19T10:06:47Z</dc:date>
    </item>
  </channel>
</rss>

