<?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: I need to find a component that ... in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/I-need-to-find-a-component-that/m-p/2312863#M83771</link>
    <description>&lt;P&gt;@mmurphy,  In my view, a quick workaround for your ask is to go the XML/XSD route if possible. Convert your incoming data to an xml and run that against a pre-defined xsd that can enforce all kinds of validations that you are asking for. In addition, if you go the xsd route, capturing the error messages and exact discrepancies between expected and actual data will be seamless and your main stream of process would still move forward and push the errored data to go the rejected route.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps a bit&lt;/P&gt;</description>
    <pubDate>Mon, 14 Dec 2020 17:37:21 GMT</pubDate>
    <dc:creator>tnewbie</dc:creator>
    <dc:date>2020-12-14T17:37:21Z</dc:date>
    <item>
      <title>I need to find a component that ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-to-find-a-component-that/m-p/2312860#M83768</link>
      <description>&lt;P&gt;I'm looking for a component that will set defaults and check data lengths for me and output a warning or error schema if any field fails the checks. This should be easy to make generic for any database, but the specific one I am working with is AS400 DB2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The component should:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Apply schema defaults if a value is null and the column does not allow nulls&lt;/LI&gt;&lt;LI&gt;String processing&lt;UL&gt;&lt;LI&gt;Convert from String to CHAR or VARCHAR and optionally trim on the right if the target is a varchar.&lt;/LI&gt;&lt;LI&gt;Test the length of the string and truncate automatically if necessary, optionally duplicating the record to the error schema and indicating which field was in error.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Numeric processing&lt;UL&gt;&lt;LI&gt;Convert automatically between all numeric formats including BigDecimal and BigInt.&lt;/LI&gt;&lt;LI&gt;Test the number against the target precision and scale, if overflow occurs provide for a literal replacement value, and optionally duplicating the record to the error schema and indicating which field was in error.&lt;/LI&gt;&lt;LI&gt;On truncation of significant decimal digits, optionally duplicate the record to the error schema and indicate which field was in error.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a component that does this, or would it have to be a custom component? It seems that it would be a useful component, and easy to make generic.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-to-find-a-component-that/m-p/2312860#M83768</guid>
      <dc:creator>MarkM1</dc:creator>
      <dc:date>2024-11-16T00:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: I need to find a component that ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-to-find-a-component-that/m-p/2312861#M83769</link>
      <description>&lt;P&gt;@Mark Murphy​&amp;nbsp;, we do not have direct component, but you can design a custom component your own to do these functionalities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar &lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 07:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-to-find-a-component-that/m-p/2312861#M83769</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-12-13T07:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: I need to find a component that ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-to-find-a-component-that/m-p/2312862#M83770</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible for your to achieve your goal via talend job instead of a generic component?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 05:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-to-find-a-component-that/m-p/2312862#M83770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-14T05:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: I need to find a component that ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-to-find-a-component-that/m-p/2312863#M83771</link>
      <description>&lt;P&gt;@mmurphy,  In my view, a quick workaround for your ask is to go the XML/XSD route if possible. Convert your incoming data to an xml and run that against a pre-defined xsd that can enforce all kinds of validations that you are asking for. In addition, if you go the xsd route, capturing the error messages and exact discrepancies between expected and actual data will be seamless and your main stream of process would still move forward and push the errored data to go the rejected route.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps a bit&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 17:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-to-find-a-component-that/m-p/2312863#M83771</guid>
      <dc:creator>tnewbie</dc:creator>
      <dc:date>2020-12-14T17:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: I need to find a component that ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-to-find-a-component-that/m-p/2312864#M83772</link>
      <description>&lt;P&gt;I'm doing this for database migration. Some of the databases we migrate are massive, converting to XML seems like it would take way to much memory and processing time as XML is extremely inefficient when it  comes to content vs. metadata.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 15:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-to-find-a-component-that/m-p/2312864#M83772</guid>
      <dc:creator>MarkM1</dc:creator>
      <dc:date>2020-12-16T15:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: I need to find a component that ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-to-find-a-component-that/m-p/2312865#M83773</link>
      <description>&lt;P&gt;Yes, I do all this in tMap components. Over and over again. Once I have done a thing enough times, I look for a way to automate it. All of the needed data is available in the schemas. I just want a nice component to drop in to do this.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 15:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-to-find-a-component-that/m-p/2312865#M83773</guid>
      <dc:creator>MarkM1</dc:creator>
      <dc:date>2020-12-16T15:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: I need to find a component that ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-to-find-a-component-that/m-p/2312866#M83774</link>
      <description>&lt;P&gt;My 2 cents:&lt;/P&gt;&lt;P&gt;If you think through and estimate the processing overhead, rather than trying to validate every column value at each record level, XML validation happens at a record level and would relatively put lesser processing overhead when compared to custom coding where you converse every incoming row to multiple rows before you can qualify a row as valid and take it to next level of processing.&lt;/P&gt;&lt;P&gt;Even if your data/databases are massive, your requirement of data/schema/metadata validation should happen at column level.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 14:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-to-find-a-component-that/m-p/2312866#M83774</guid>
      <dc:creator>tnewbie</dc:creator>
      <dc:date>2020-12-17T14:31:32Z</dc:date>
    </item>
  </channel>
</rss>

