<?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: tUnite usage in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196979#M917</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;What about this example ?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I don't think the normalize in that example would work, because it would give me the same customer number for roles 2 &amp;amp; 3. Perhaps I could generate the number of roles, then based on that generate X amount of customer id's and normalize those... I will give that a shot. I guess I would have to code that in the tMap in some kind of 'for loop'? Is that supported? Where would I find documentation on the syntax? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Shane</description>
    <pubDate>Thu, 17 Jan 2008 16:07:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-01-17T16:07:58Z</dc:date>
    <item>
      <title>tUnite usage</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196974#M912</link>
      <description>Hello All, 
&lt;BR /&gt; I have been developing in Ab Initio for about 7 years and I am now evaluating Talend. One problem I am having is that I want to use Talend to generate a set of test files (account, customer, acct_x_cust, transactions) that have referential integrity. I will be using these files for subsequent testing. 
&lt;BR /&gt;The problem d'hour is that I have generated my account records and am trying to generate my acct_x_cust (cross reference) data, in which I use the generated acct_id's and generate new cust_id's. Each acct_x_cust record has a role code, and each account can have multiple customers tied to it. To create the acct_x_cust, I have used a tMap with three outputs (one for each customer role code). The trouble now is merging these three outputs into a single acct_x_cust file. tUnite does not want to do it. I remember reading that two outputs from tMap cannot go to the same component). I have tried to throw sorts on each flow between the tMap and the tUnite, but it's not taking it. 
&lt;BR /&gt;What are my other options here? How can I merge three flows with the same metadata into a common output? 
&lt;BR /&gt;I am willing to concede that using a different tool, perhaps I need to shift my mindset, so if anyone has a suggestion as to another method of accomplishing the same goal, I am all ears. The important thing is creating a dataset *with* referential integrity. 
&lt;BR /&gt;Thanks! 
&lt;BR /&gt;Shane</description>
      <pubDate>Sat, 16 Nov 2024 14:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196974#M912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: tUnite usage</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196975#M913</link>
      <description>Hello, 
&lt;BR /&gt;You're right, currently, Talend do not allow any cycle. 
&lt;BR /&gt;In most of the case, you will probably not need to have 3 different output from the same tMap with the same schema. 
&lt;BR /&gt;Can you post a screen shot of your tMap for a precise answer ? 
&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 16 Jan 2008 22:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196975#M913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-16T22:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: tUnite usage</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196976#M914</link>
      <description>That is what I was afraid of... I have attached a screen cap of my tMap. I want to create 'secondary' customers from some accounts and 'triciary' customers for some accounts, but they all share the same account number. Hopefully that makes sense. Perhaps I need to approach it from another angle.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Shane</description>
      <pubDate>Wed, 16 Jan 2008 22:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196976#M914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-16T22:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: tUnite usage</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196977#M915</link>
      <description>Hi 
&lt;BR /&gt;Because Talend do not allow any cycle, so you can't link the three file to tUnite component directly. 
&lt;BR /&gt;To solve this issue, you can take the ways: 
&lt;BR /&gt;1) Copy and paste the input components with the same properties, so you can link the different outputs to tUnite component.(see screenshot 1) 
&lt;BR /&gt;2) Output the three outputs to three temporary files, then, read the data from these temporary and link to a tUnite component.(see screenshot 2) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 17 Jan 2008 03:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196977#M915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-17T03:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: tUnite usage</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196978#M916</link>
      <description>What about this example ?</description>
      <pubDate>Thu, 17 Jan 2008 09:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196978#M916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-17T09:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: tUnite usage</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196979#M917</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;What about this example ?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I don't think the normalize in that example would work, because it would give me the same customer number for roles 2 &amp;amp; 3. Perhaps I could generate the number of roles, then based on that generate X amount of customer id's and normalize those... I will give that a shot. I guess I would have to code that in the tMap in some kind of 'for loop'? Is that supported? Where would I find documentation on the syntax? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Shane</description>
      <pubDate>Thu, 17 Jan 2008 16:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196979#M917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-17T16:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: tUnite usage</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196980#M918</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi&lt;BR /&gt;Because Talend do not allow any cycle, so you can't link the three file to tUnite component directly.&lt;BR /&gt;To solve this issue, you can take the ways:&lt;BR /&gt;1) Copy and paste the input components with the same properties, so you can link the different outputs to tUnite component.(see screenshot 1)&lt;BR /&gt;2) Output the three outputs to three temporary files, then, read the data from these temporary and link to a tUnite component.(see screenshot 2)&lt;BR /&gt;Best regards&lt;BR /&gt; shong&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Shong, 
&lt;BR /&gt; Could you explain what you mean by 'cycle'. It's a new term for me. I understand that Talend does not allow you to unite flows that originate from the same component, but I really don't understand why. I don't understand why the components are not completely independent. To me a flow, is a flow, is a flow. It may have characteristics, obviously metadata, whether it is a continuous flow (iterate?), but it does not care where it comes from, or where it is going... in my mixed up mind at least. 
&lt;BR /&gt;Thanks! 
&lt;BR /&gt;Shane</description>
      <pubDate>Thu, 17 Jan 2008 16:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196980#M918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-17T16:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: tUnite usage</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196981#M919</link>
      <description>Hi
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Shong,&lt;BR /&gt; Could you explain what you mean by 'cycle'.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;See the related 1468
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 18 Jan 2008 05:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tUnite-usage/m-p/2196981#M919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-18T05:37:49Z</dc:date>
    </item>
  </channel>
</rss>

