<?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: Inserting the manually static values in tHashOutput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Inserting-the-manually-static-values-in-tHashOutput/m-p/2359427#M124200</link>
    <description>Thanks it works for me !</description>
    <pubDate>Thu, 19 Jul 2018 15:17:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-19T15:17:31Z</dc:date>
    <item>
      <title>Inserting the manually static values in tHashOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-the-manually-static-values-in-tHashOutput/m-p/2359422#M124195</link>
      <description>I have 4 values in context variable named as&lt;BR /&gt;1. Property&lt;BR /&gt;2. OCC&lt;BR /&gt;3. Agent&lt;BR /&gt;4. Reservation&lt;BR /&gt;&lt;BR /&gt;And I am fetching multiple dates from tDBInput&lt;BR /&gt;&lt;BR /&gt;Suppose we get 1 dates 20180710&lt;BR /&gt;&lt;BR /&gt;I need to insert&lt;BR /&gt;&lt;BR /&gt;Property_20180710&lt;BR /&gt;Agent_20180710&lt;BR /&gt;OCC_20180710&lt;BR /&gt;Reservation_20180710&lt;BR /&gt;&lt;BR /&gt;In tHashOutput&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How can I achieve this??</description>
      <pubDate>Wed, 18 Jul 2018 17:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-the-manually-static-values-in-tHashOutput/m-p/2359422#M124195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-18T17:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting the manually static values in tHashOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-the-manually-static-values-in-tHashOutput/m-p/2359423#M124196</link>
      <description>&lt;P&gt;Please try tDBinput-&amp;gt; tmap-&amp;gt;thashoutput&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a) In the tmap, add four output columns(for each context value) even though you are having single input date column&lt;/P&gt;
&lt;P&gt;b) Convert the date to string in tmap and concatenate it with your context values.&lt;/P&gt;
&lt;P&gt;c) Load the updated schema to thashoutput.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note:- You can achieve the same using tjavarow also&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 17:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-the-manually-static-values-in-tHashOutput/m-p/2359423#M124196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-18T17:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting the manually static values in tHashOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-the-manually-static-values-in-tHashOutput/m-p/2359424#M124197</link>
      <description>Differentiating context to different column makes this model complicated, I wanted to add these 4 context in a single column such that I can map them for multiple dates.
&lt;BR /&gt;Example for 10th July 4 files must generate
&lt;BR /&gt;For 11th 4 as well
&lt;BR /&gt;And for 12th 4 as well</description>
      <pubDate>Wed, 18 Jul 2018 18:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-the-manually-static-values-in-tHashOutput/m-p/2359424#M124197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-18T18:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting the manually static values in tHashOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-the-manually-static-values-in-tHashOutput/m-p/2359425#M124198</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; It will not be complex if you take the base date also in the output flow as reference (screenshot below).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please note that I have taken the filedate as string from source itself (or you can convert in between stage). So concatenation will become easy.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; After that its pretty straightforward even if you are having multiple date records from source.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I hope this will resolve your issue.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzJ4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157331i4B2001B306F6FC17/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzJ4.png" alt="0683p000009LzJ4.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 18:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-the-manually-static-values-in-tHashOutput/m-p/2359425#M124198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-18T18:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting the manually static values in tHashOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-the-manually-static-values-in-tHashOutput/m-p/2359426#M124199</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the data in the other side is dynamic and if the date part is static, you always go for a tflowtoiterate to construct a loop and use append option in thashoutput to add additional data to Hash.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 18:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-the-manually-static-values-in-tHashOutput/m-p/2359426#M124199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-18T18:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting the manually static values in tHashOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-the-manually-static-values-in-tHashOutput/m-p/2359427#M124200</link>
      <description>Thanks it works for me !</description>
      <pubDate>Thu, 19 Jul 2018 15:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-the-manually-static-values-in-tHashOutput/m-p/2359427#M124200</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-19T15:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting the manually static values in tHashOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-the-manually-static-values-in-tHashOutput/m-p/2359428#M124201</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good to hear that you have resolved the issue.&lt;/P&gt;&lt;P&gt;Keep exploring Talend &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 18:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-the-manually-static-values-in-tHashOutput/m-p/2359428#M124201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-19T18:06:38Z</dc:date>
    </item>
  </channel>
</rss>

