<?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 Printing defined Schema from tChemaComplianceCheck (or any other component) to a tLog / tMap / tWarn in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Printing-defined-Schema-from-tChemaComplianceCheck-or-any-other/m-p/2326821#M96275</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to handle some errors in my job. I use the tSchemaComplianceCheck to validate data and send a tWarn to our organization and to the customer to validate the data of the input file.  I can identify the column and the type of error but I would also like to attach the actual schema that the process is expecting, that is the one defined in the tSchemaComplianceCheck. If there is no way I could also copy and define the schema in another component and print it with some conditions, the problem is that I couldn't find the way to print the expected schema (column, type, pattern,nullable,...) in any form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I manage it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:35:01 GMT</pubDate>
    <dc:creator>dani_fm</dc:creator>
    <dc:date>2024-11-16T00:35:01Z</dc:date>
    <item>
      <title>Printing defined Schema from tChemaComplianceCheck (or any other component) to a tLog / tMap / tWarn</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Printing-defined-Schema-from-tChemaComplianceCheck-or-any-other/m-p/2326821#M96275</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to handle some errors in my job. I use the tSchemaComplianceCheck to validate data and send a tWarn to our organization and to the customer to validate the data of the input file.  I can identify the column and the type of error but I would also like to attach the actual schema that the process is expecting, that is the one defined in the tSchemaComplianceCheck. If there is no way I could also copy and define the schema in another component and print it with some conditions, the problem is that I couldn't find the way to print the expected schema (column, type, pattern,nullable,...) in any form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I manage it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Printing-defined-Schema-from-tChemaComplianceCheck-or-any-other/m-p/2326821#M96275</guid>
      <dc:creator>dani_fm</dc:creator>
      <dc:date>2024-11-16T00:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Printing defined Schema from tChemaComplianceCheck (or any other component) to a tLog / tMap / tWarn</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Printing-defined-Schema-from-tChemaComplianceCheck-or-any-other/m-p/2326822#M96276</link>
      <description>&lt;P&gt;Hi dani_fm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The schema of tSchemaComplianceCheck&amp;nbsp; is used to validate the data and the component output the valid data /invalid data, no a way to print the schema on other component. The schema of rejected data is pre-defined and you can customize the warn message with the error message, see below screenshot. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000BYIlsAAH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130917iFC1140254502D3B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000BYIlsAAH.png" alt="0693p00000BYIlsAAH.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 08:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Printing-defined-Schema-from-tChemaComplianceCheck-or-any-other/m-p/2326822#M96276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-18T08:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Printing defined Schema from tChemaComplianceCheck (or any other component) to a tLog / tMap / tWarn</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Printing-defined-Schema-from-tChemaComplianceCheck-or-any-other/m-p/2326823#M96277</link>
      <description>&lt;P&gt;Hi shong,&lt;/P&gt;&lt;P&gt;Thank you for your answer. Yes, I'm returning the errorMessage in the tWarn but I would also like to put the information that the process is expecting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tWarn returns-&amp;gt; COL3:wrong type&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I would also print in the console something like:&lt;/P&gt;&lt;P&gt;COL1 | String | Not null | .....&lt;/P&gt;&lt;P&gt;COL2 | String | ....&lt;/P&gt;&lt;P&gt;COL3 | Integer | ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So we will know that in COL3 we are expecting an Integer and we have to change the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It does not matter if it's using the tSchemaComplianceCheck and a tWarn. It could be any other component where you define a schema but I would like to print it. &lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 11:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Printing-defined-Schema-from-tChemaComplianceCheck-or-any-other/m-p/2326823#M96277</guid>
      <dc:creator>dani_fm</dc:creator>
      <dc:date>2021-02-18T11:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Printing defined Schema from tChemaComplianceCheck (or any other component) to a tLog / tMap / tWarn</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Printing-defined-Schema-from-tChemaComplianceCheck-or-any-other/m-p/2326824#M96278</link>
      <description>&lt;P&gt;I see, but the component does not provide the functionality of printing the schema information on the console, and no component has such a function.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 03:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Printing-defined-Schema-from-tChemaComplianceCheck-or-any-other/m-p/2326824#M96278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-19T03:29:53Z</dc:date>
    </item>
  </channel>
</rss>

