<?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>topic Re: tSchemaComplianceCheck Follows Reject Path but with Zero Rows in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSchemaComplianceCheck-Follows-Reject-Path-but-with-Zero-Rows/m-p/2349330#M116323</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If you would like to define some condition ( If the schema is rejected I have a simple tJava that just outputs "Schema Failed), please have a look at RunIf condition instead which triggers a subJob or component in case the condition defined is met.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/8.0/studio-user-guide/run-if-connection-settings" alt="https://help.talend.com/r/en-US/8.0/studio-user-guide/run-if-connection-settings" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/studio-user-guide/run-if-connection-settings&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is a scenario which presents a Job that checks the type, nullability, and length of data from an incoming flow against a defined reference schema, and displays the validation results on the Run console.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/8.0/validation/tschemacompliancecheck-tlogrow-tfileinputdelimited-tfileinputdelimited-validating-data-against-schema-standard-component-enterprise-this" alt="https://help.talend.com/r/en-US/8.0/validation/tschemacompliancecheck-tlogrow-tfileinputdelimited-tfileinputdelimited-validating-data-against-schema-standard-component-enterprise-this" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/validation/tschemacompliancecheck-tlogrow-tfileinputdelimited-tfileinputdelimited-validating-data-against-schema-standard-component-enterprise-this&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 07:16:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-06-14T07:16:54Z</dc:date>
    <item>
      <title>tSchemaComplianceCheck Follows Reject Path but with Zero Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSchemaComplianceCheck-Follows-Reject-Path-but-with-Zero-Rows/m-p/2349328#M116321</link>
      <description>&lt;P&gt;I am checking the schema of an Excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the schema is rejected I have a simple tJava that just outputs &lt;/P&gt;&lt;P&gt;"Schema Failed"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue I am having is all 6 of my sample data rows are being processed. Zero are failing. But, the &lt;/P&gt;&lt;P&gt;"Schema Failed" output is being displayed in my Run console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see 6 successes and 0 rejects in the screenshot here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why the "Schema Failed" would output no matter what?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSchemaComplianceCheck-Follows-Reject-Path-but-with-Zero-Rows/m-p/2349328#M116321</guid>
      <dc:creator>ml1662663516</dc:creator>
      <dc:date>2024-11-15T21:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: tSchemaComplianceCheck Follows Reject Path but with Zero Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSchemaComplianceCheck-Follows-Reject-Path-but-with-Zero-Rows/m-p/2349329#M116322</link>
      <description>&lt;P&gt;Hi @Mark Lammert​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the expected behavior of tJava component. The code you write on it is not bound to the flow and it will run even if there is no input row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For this case, try using tJavaRow instead of tJava.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 01:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSchemaComplianceCheck-Follows-Reject-Path-but-with-Zero-Rows/m-p/2349329#M116322</guid>
      <dc:creator>anselmopeixoto</dc:creator>
      <dc:date>2023-06-14T01:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: tSchemaComplianceCheck Follows Reject Path but with Zero Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSchemaComplianceCheck-Follows-Reject-Path-but-with-Zero-Rows/m-p/2349330#M116323</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If you would like to define some condition ( If the schema is rejected I have a simple tJava that just outputs "Schema Failed), please have a look at RunIf condition instead which triggers a subJob or component in case the condition defined is met.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/8.0/studio-user-guide/run-if-connection-settings" alt="https://help.talend.com/r/en-US/8.0/studio-user-guide/run-if-connection-settings" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/studio-user-guide/run-if-connection-settings&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is a scenario which presents a Job that checks the type, nullability, and length of data from an incoming flow against a defined reference schema, and displays the validation results on the Run console.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/8.0/validation/tschemacompliancecheck-tlogrow-tfileinputdelimited-tfileinputdelimited-validating-data-against-schema-standard-component-enterprise-this" alt="https://help.talend.com/r/en-US/8.0/validation/tschemacompliancecheck-tlogrow-tfileinputdelimited-tfileinputdelimited-validating-data-against-schema-standard-component-enterprise-this" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/validation/tschemacompliancecheck-tlogrow-tfileinputdelimited-tfileinputdelimited-validating-data-against-schema-standard-component-enterprise-this&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 07:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSchemaComplianceCheck-Follows-Reject-Path-but-with-Zero-Rows/m-p/2349330#M116323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-14T07:16:54Z</dc:date>
    </item>
  </channel>
</rss>

