<?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: Question Informatica Equivalent Normalizer Transformation in Talend? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Question-Informatica-Equivalent-Normalizer-Transformation-in/m-p/2214949#M11566</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you pleas give us your job requirement? In this way, we could see if there is a proper component for your use case.&lt;/P&gt;
&lt;P&gt;Elaborating your case with an example with input and expected output values will be preferred.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2019 08:37:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-23T08:37:24Z</dc:date>
    <item>
      <title>Question Informatica Equivalent Normalizer Transformation in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-Informatica-Equivalent-Normalizer-Transformation-in/m-p/2214948#M11565</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please let me know if there is an equivalent of Informatica Normalizer in Talend studio?&lt;/P&gt;&lt;P&gt;Informatica Normalizer normalizes multiple columns but tNormalize component in Talend does it on only one column appreciate your inputs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 17:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-Informatica-Equivalent-Normalizer-Transformation-in/m-p/2214948#M11565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-22T17:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Question Informatica Equivalent Normalizer Transformation in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-Informatica-Equivalent-Normalizer-Transformation-in/m-p/2214949#M11566</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you pleas give us your job requirement? In this way, we could see if there is a proper component for your use case.&lt;/P&gt;
&lt;P&gt;Elaborating your case with an example with input and expected output values will be preferred.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 08:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-Informatica-Equivalent-Normalizer-Transformation-in/m-p/2214949#M11566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-23T08:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question Informatica Equivalent Normalizer Transformation in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-Informatica-Equivalent-Normalizer-Transformation-in/m-p/2214950#M11567</link>
      <description>&lt;P&gt;For Example i have a single row which i am reading from a DB and while writing into target i want to split 2 of those columns into 2 different rows.&lt;/P&gt;
&lt;P&gt;Below i specified with 2 target/expected rows just as an example, some times it could be more than 2 rows (Not Dynamic) depending on no of source columns i want to normalize.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ex&lt;BR /&gt;:: &lt;U&gt;Source Row&lt;/U&gt; ::&lt;BR /&gt;Loan_id (1234) Reason_Type Cancellation_Date&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;:: &lt;U&gt;Target Rows&lt;/U&gt; ::&lt;BR /&gt;Loan_id (1234) Reason_Type&lt;BR /&gt;Loan_id (1234) Cancellation_Date&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 17:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-Informatica-Equivalent-Normalizer-Transformation-in/m-p/2214950#M11567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-28T17:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Question Informatica Equivalent Normalizer Transformation in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-Informatica-Equivalent-Normalizer-Transformation-in/m-p/2214951#M11568</link>
      <description>you can use tUnpivot custom component ,which is available in Talend Exchange.
&lt;BR /&gt;
&lt;BR /&gt;And the other way you can do it with tMap by writing an expression, so first generate file and read it if your target is table. That expression should be like row1.Loandid +","+ row1.reason_type+"\n"+ row1.Loanid+","+row1.Cancellation_date</description>
      <pubDate>Tue, 29 Oct 2019 00:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-Informatica-Equivalent-Normalizer-Transformation-in/m-p/2214951#M11568</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-10-29T00:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Question Informatica Equivalent Normalizer Transformation in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-Informatica-Equivalent-Normalizer-Transformation-in/m-p/2214952#M11569</link>
      <description>Hi 
&lt;BR /&gt;You can refer to this documentation to learn how to install a custom component to talend studio.
&lt;BR /&gt;
&lt;A href="https://help.talend.com/reader/2AWmA~w4VvlfP3JC7dTR2w/Kvx1JE1dQGJgGhfFoHK8xA" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/2AWmA~w4VvlfP3JC7dTR2w/Kvx1JE1dQGJgGhfFoHK8xA&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 29 Oct 2019 02:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-Informatica-Equivalent-Normalizer-Transformation-in/m-p/2214952#M11569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-29T02:52:07Z</dc:date>
    </item>
  </channel>
</rss>

