<?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: How to use array in a context in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-array-in-a-context/m-p/2299531#M71871</link>
    <description>&lt;P&gt;(new String[] {"adidas","morty","jump", "up","down","picklerick"})&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jun 2018 00:32:10 GMT</pubDate>
    <dc:creator>Jesperrekuh</dc:creator>
    <dc:date>2018-06-20T00:32:10Z</dc:date>
    <item>
      <title>How to use array in a context</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-array-in-a-context/m-p/2299530#M71870</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to use an array in a context but how i can create this ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- In a string like "Nike", "Adidas", "Rip Curl" ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finaly, it's to test if my current value is in my array but all i test not work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have an idea ?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 23:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-array-in-a-context/m-p/2299530#M71870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-18T23:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use array in a context</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-array-in-a-context/m-p/2299531#M71871</link>
      <description>&lt;P&gt;(new String[] {"adidas","morty","jump", "up","down","picklerick"})&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 00:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-array-in-a-context/m-p/2299531#M71871</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-06-20T00:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to use array in a context</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-array-in-a-context/m-p/2299532#M71872</link>
      <description>&lt;P&gt;I think list of values in context type can be used for that purpose&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 07:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-array-in-a-context/m-p/2299532#M71872</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-20T07:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to use array in a context</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-array-in-a-context/m-p/2299535#M71875</link>
      <description>&lt;P&gt;Single dimension:&lt;/P&gt;
&lt;PRE&gt;(new String[] {"adidas","morty","jump", "up","down","picklerick"})&lt;/PRE&gt;
&lt;P&gt;Multi:&lt;/P&gt;
&lt;PRE&gt;( new String[] { new String[] { "jabadabadoo", "wilmaaaaa" } , new String[] { "rick", "sanchez" } , "morty","jump", "up","down","picklerick"} )&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please&amp;nbsp;elaborate on what you're planning to do... and why multi dimension?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 00:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-array-in-a-context/m-p/2299535#M71875</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-07-17T00:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use array in a context</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-array-in-a-context/m-p/2299536#M71876</link>
      <description>&lt;P&gt;Hi arnaudbroens&lt;BR /&gt;Define the variable with string type, and use tNormalize to normalize the value to multiple rows, do an inner join between input data and the predefined values. eg:&lt;BR /&gt;tMysqlInput--main--tMap---&amp;gt;tLogrow&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;|&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; lookup--tFixedFlowInput--tNormalize&lt;BR /&gt;on tFixedFlowInput: output the value of context variable&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shong&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 04:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-array-in-a-context/m-p/2299536#M71876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-17T04:02:51Z</dc:date>
    </item>
  </channel>
</rss>

