<?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: tMap and tJoin component wont accept 2nd connection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350601#M117429</link>
    <description>Could I put the File Inputs in serial (not parallel as they are above) and use setGlobalvars / globalMap.put before the 2nd Input?&lt;BR /&gt;tFileExcelInput --&amp;gt;ExtractVarsFromRow1 --&amp;gt;SetGlobalVar --&amp;gt;tFileExcelInput(same input settings)&amp;nbsp;--&amp;gt;tMap (with GlobalVars)---&amp;gt;FileOutput &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;Is there a possibility of File Locks or other issues?</description>
    <pubDate>Mon, 03 Apr 2017 16:13:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-03T16:13:07Z</dc:date>
    <item>
      <title>tMap and tJoin component wont accept 2nd connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350595#M117423</link>
      <description>I have a process where I want to join the upper and lower flows using a tMap but once I connect 1 component's input to the tMap I can't connect the other. If I create a basic job with 2 ExcelFileInputs I can join 1 to a tMap and get the lookup connection for the other. 
&lt;BR /&gt;Any troubleshooting or debugging advice as to why tMap or tJoin won't accept a 2nd connection for this particular job? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDuc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155711i3AC6DDB4DFED346D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDuc.png" alt="0683p000009MDuc.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 31 Mar 2017 14:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350595#M117423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-31T14:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: tMap and tJoin component wont accept 2nd connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350596#M117424</link>
      <description>Talend won't let you create a circular path in a job. Instead of replicating a flow and joining it back, use two input components with the same source.</description>
      <pubDate>Fri, 31 Mar 2017 15:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350596#M117424</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-03-31T15:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: tMap and tJoin component wont accept 2nd connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350597#M117425</link>
      <description>Hiya, Thanks for helping out. I'm not sure I follow as the 2 input components are using the same file as input I just need to process row 1 differently to extract some extra data and join it with rows 3 onwards (which I validate against a schema beforehand) 
&lt;BR /&gt;If I can't join the flows together whats the best way to store temporary values I extract from the header row so I can include it in tMap</description>
      <pubDate>Mon, 03 Apr 2017 10:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350597#M117425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-03T10:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: tMap and tJoin component wont accept 2nd connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350598#M117426</link>
      <description>Hi,&lt;BR /&gt;You cannot separate a flow (using tReplicate or tMap for example) and reunify it (using tUnite or tMap for example) in the same subjob.&lt;BR /&gt;Regards,&lt;BR /&gt;TRF</description>
      <pubDate>Mon, 03 Apr 2017 10:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350598#M117426</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-03T10:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: tMap and tJoin component wont accept 2nd connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350599#M117427</link>
      <description>So is there a recommended way to process a file which has the structure 
&lt;BR /&gt;Legend &amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;|1| = row number 
&lt;BR /&gt;Comma used to indicate separate cells in excel 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;|1|This report was generated at 23:20 September 2014&lt;BR /&gt;|2|&lt;BR /&gt;|3|Machine,Status,Value&lt;BR /&gt;|4|A, Good, 14&lt;BR /&gt;|5|A, Bad, 10&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;and end up with&amp;nbsp; 
&lt;BR /&gt; 
&lt;PRE&gt;|1|Machine,Status,Value,Time,Month,Year&lt;BR /&gt;|2|A, Good, 14, 23:20,September,2014&lt;BR /&gt;|3|A, Bad, 10,23:20,September,2014&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 03 Apr 2017 11:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350599#M117427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-03T11:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: tMap and tJoin component wont accept 2nd connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350600#M117428</link>
      <description>1- read 1st line using tFileInputMSDelimited and to retrieve hour and date as 3 separate fields of the same record stored in tHashOutput_1.
&lt;BR /&gt;2- read file from 4th line to the end and include content of tHashOutput_1 for each record using tMap
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tHashInput__1
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;BR /&gt;tFileInputDelimited &amp;nbsp;--&amp;gt; tMap --&amp;gt; tFileOutputDelimited
&lt;BR /&gt;You may prefer to store result of step 1 into 3 global variables (time, month, year) then use them to populate the records in tMap (no need of tHash neither join in tMap).&amp;nbsp;
&lt;BR /&gt;In this case, just use a tJavaRow after tFileInputMSDelimited and "globalMap.put" to store values in the variables.
&lt;BR /&gt;Regards,
&lt;BR /&gt;TRF</description>
      <pubDate>Mon, 03 Apr 2017 11:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350600#M117428</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-03T11:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: tMap and tJoin component wont accept 2nd connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350601#M117429</link>
      <description>Could I put the File Inputs in serial (not parallel as they are above) and use setGlobalvars / globalMap.put before the 2nd Input?&lt;BR /&gt;tFileExcelInput --&amp;gt;ExtractVarsFromRow1 --&amp;gt;SetGlobalVar --&amp;gt;tFileExcelInput(same input settings)&amp;nbsp;--&amp;gt;tMap (with GlobalVars)---&amp;gt;FileOutput &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;Is there a possibility of File Locks or other issues?</description>
      <pubDate>Mon, 03 Apr 2017 16:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350601#M117429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-03T16:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: tMap and tJoin component wont accept 2nd connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350602#M117430</link>
      <description>You should prefer this design:
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileExcelInput --&amp;gt; tJava (&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;SetGlobalVar)&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;|&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;onSubjobOk&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;|&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileExcelInput(same input settings)&amp;nbsp;--&amp;gt;tMap (with GlobalVars)---&amp;gt;FileOutput&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;No risk of lock and better for lisibility and maintainability.
&lt;BR /&gt;Regards,
&lt;BR /&gt;TRF</description>
      <pubDate>Mon, 03 Apr 2017 16:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-and-tJoin-component-wont-accept-2nd-connection/m-p/2350602#M117430</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-03T16:41:51Z</dc:date>
    </item>
  </channel>
</rss>

