<?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: HashMap data to tFileOutputExcell in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318744#M89061</link>
    <description>hello&lt;BR /&gt;The idea... I have a TJavaFlex.  In the code, I am creating java object : an HashMap&amp;lt;String,Float&amp;gt;&lt;BR /&gt;Now what are the next componement I have to use in order to create a tFileOutputExcel Having 2 columns :&lt;BR /&gt;String1 Float1&lt;BR /&gt;String2 Float2&lt;BR /&gt;String3 Float3&lt;BR /&gt;thks&lt;BR /&gt;Valery</description>
    <pubDate>Tue, 14 Feb 2012 13:26:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-02-14T13:26:42Z</dc:date>
    <item>
      <title>HashMap data to tFileOutputExcell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318737#M89054</link>
      <description>Hi &lt;BR /&gt;I am new with Talend.&lt;BR /&gt;I have create an HashMap that I am put in the Globalmap.  I created via tJavaFlex&lt;BR /&gt;Now I would like to know how I have to do to use my Hashmap to export it inside an outputfile.  (example : tFileOutputExcell)?&lt;BR /&gt;How can I use an object from the globalMap as an entry of a Talend component?&lt;BR /&gt;thks a lot&lt;BR /&gt;Valery</description>
      <pubDate>Sat, 16 Nov 2024 12:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318737#M89054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: HashMap data to tFileOutputExcell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318738#M89055</link>
      <description>Hi Valery
&lt;BR /&gt;You can set expression of one column in tMap and link tMap with tFileOutputExcell. 
&lt;BR /&gt;
&lt;PRE&gt;globalMap.get(key);                // the expression&lt;/PRE&gt;
&lt;BR /&gt;Or you can link tJavaRow with tFileOutputExcell.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 13 Feb 2012 01:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318738#M89055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-13T01:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: HashMap data to tFileOutputExcell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318739#M89056</link>
      <description>hello Pedro,
&lt;BR /&gt;As mentionned I am new with Talend. How can I in detailed use globalMap.get("data")&amp;lt;String,Float&amp;gt; as an expression in TJavarow and assign keys to one column and values to another colums?
&lt;BR /&gt;thks for your help
&lt;BR /&gt;Valery</description>
      <pubDate>Mon, 13 Feb 2012 14:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318739#M89056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-13T14:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: HashMap data to tFileOutputExcell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318740#M89057</link>
      <description>hello Pedro,
&lt;BR /&gt;As mentionned I am new with Talend. How can I in detailed use globalMap.get("data")&amp;lt;String,Float&amp;gt; as an expression in TJavarow and assign keys to one column and values to another colums?
&lt;BR /&gt;thks for your help
&lt;BR /&gt;Valery</description>
      <pubDate>Mon, 13 Feb 2012 15:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318740#M89057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-13T15:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: HashMap data to tFileOutputExcell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318741#M89058</link>
      <description>Hi Valery&lt;BR /&gt;For example, you have a column called "Name" which you want to pass to tFileOutputExcel.&lt;BR /&gt;Now link tJavaRow with tFileOutputExcel and set Java code as follows.&lt;BR /&gt;&lt;PRE&gt;output_row.name = (String)globalMap.get(key);   //&lt;/PRE&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 14 Feb 2012 01:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318741#M89058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-14T01:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: HashMap data to tFileOutputExcell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318742#M89059</link>
      <description>Also linked to this question. How can I assign a list to a row
&lt;BR /&gt;row2.col1 = data.keySet();
&lt;BR /&gt;or 
&lt;BR /&gt;row2.col1 = myArrayList;
&lt;BR /&gt;Thks a lot
&lt;BR /&gt;Valery</description>
      <pubDate>Tue, 14 Feb 2012 09:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318742#M89059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-14T09:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: HashMap data to tFileOutputExcell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318743#M89060</link>
      <description>Hi Valery&lt;BR /&gt;This is decided by the data type of columns.&lt;BR /&gt;Why do you assign a list to a row?&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 14 Feb 2012 10:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318743#M89060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-14T10:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: HashMap data to tFileOutputExcell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318744#M89061</link>
      <description>hello&lt;BR /&gt;The idea... I have a TJavaFlex.  In the code, I am creating java object : an HashMap&amp;lt;String,Float&amp;gt;&lt;BR /&gt;Now what are the next componement I have to use in order to create a tFileOutputExcel Having 2 columns :&lt;BR /&gt;String1 Float1&lt;BR /&gt;String2 Float2&lt;BR /&gt;String3 Float3&lt;BR /&gt;thks&lt;BR /&gt;Valery</description>
      <pubDate>Tue, 14 Feb 2012 13:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318744#M89061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-14T13:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: HashMap data to tFileOutputExcell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318745#M89062</link>
      <description>Hi Valery 
&lt;BR /&gt;I don't know why you use HashMap in tJavaFlex. There must be more convenient way to pass values. 
&lt;BR /&gt;To get values from HashMap. you can use tMap and set expression HashMapName.get(). 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 15 Feb 2012 03:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318745#M89062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-15T03:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: HashMap data to tFileOutputExcell</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318746#M89063</link>
      <description>Pedro,&lt;BR /&gt;What do you advice me? components? according to explanation that I gave you about what I have to do&lt;BR /&gt;thks&lt;BR /&gt;Valery</description>
      <pubDate>Wed, 15 Feb 2012 15:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HashMap-data-to-tFileOutputExcell/m-p/2318746#M89063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-15T15:42:25Z</dc:date>
    </item>
  </channel>
</rss>

