<?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 Talend workflow for calculated field in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-workflow-for-calculated-field/m-p/2354208#M120233</link>
    <description>&lt;P&gt;&lt;FONT color="#242729"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial,"&gt;I want to 1)read multiple gzip files from a path, 2)un-archive and 3)create a calculated field. So far i have been successful in doing 1 and 2. For 3, i thought that tMap will do the needful, however don't know why i am unable to connect the un-archive component with tMap.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGTo.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152863i09CA00FEDDAFEF24/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGTo.jpg" alt="0683p000009MGTo.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2017 08:34:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-24T08:34:19Z</dc:date>
    <item>
      <title>Talend workflow for calculated field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-workflow-for-calculated-field/m-p/2354208#M120233</link>
      <description>&lt;P&gt;&lt;FONT color="#242729"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial,"&gt;I want to 1)read multiple gzip files from a path, 2)un-archive and 3)create a calculated field. So far i have been successful in doing 1 and 2. For 3, i thought that tMap will do the needful, however don't know why i am unable to connect the un-archive component with tMap.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGTo.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152863i09CA00FEDDAFEF24/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGTo.jpg" alt="0683p000009MGTo.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 08:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-workflow-for-calculated-field/m-p/2354208#M120233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-24T08:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Talend workflow for calculated field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-workflow-for-calculated-field/m-p/2354209#M120234</link>
      <description>Hi,&lt;BR /&gt;tFileUnarchive will unarchive file(s) you have to read (for example with tFileInputDelimited) to push the data into the tMap.&lt;BR /&gt;If multiple files in the archive, use a tFileList to iterate over the desired extraced files.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;TRF</description>
      <pubDate>Fri, 24 Mar 2017 09:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-workflow-for-calculated-field/m-p/2354209#M120234</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-03-24T09:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Talend workflow for calculated field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-workflow-for-calculated-field/m-p/2354210#M120235</link>
      <description>&lt;FONT color="#242729"&gt;&lt;FONT face="Arial,"&gt;from tfileUnarchieve, for connecting with tFileInputDelimited, 1) should i iterate or do OnComponentOk? 2) what should i use as 'File name/Stream'?&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 24 Mar 2017 09:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-workflow-for-calculated-field/m-p/2354210#M120235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-24T09:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Talend workflow for calculated field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-workflow-for-calculated-field/m-p/2354211#M120236</link>
      <description>onSubJobOK - tFileList - tFileInputDelimited((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))</description>
      <pubDate>Fri, 24 Mar 2017 10:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-workflow-for-calculated-field/m-p/2354211#M120236</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-03-24T10:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Talend workflow for calculated field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-workflow-for-calculated-field/m-p/2354212#M120237</link>
      <description>Can you elaborate entire process? I tried&amp;nbsp;&lt;BR /&gt;tFileList -&amp;gt;(iterate) -&amp;gt; tFileUnarchive -&amp;gt; (onComponentOk as onSubjOk)&amp;nbsp;-&amp;gt;&amp;nbsp;tFileInputDelimited&lt;BR /&gt;I inserted&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;in the file name/stream box. The problem is when i click on edit schema it does not show me anything.</description>
      <pubDate>Fri, 24 Mar 2017 11:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-workflow-for-calculated-field/m-p/2354212#M120237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-24T11:12:29Z</dc:date>
    </item>
  </channel>
</rss>

