<?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: Vector data load in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Vector-data-load/m-p/2358228#M123305</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LPZ4AAO"&gt;@mani1304&lt;/A&gt;&amp;nbsp;wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;Thanks buddy, I did this in tjavaflex but how to do this in tMap, what would be the datatype for this, but I was looking something similar to vectors, but seems here this is missing.&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;You can use the List data type. &amp;nbsp;To build a list from the String array you could do this:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;output_row.gList = java.util.Arrays.asList(input_row.g.split(","));&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2019 22:22:14 GMT</pubDate>
    <dc:creator>nfz11</dc:creator>
    <dc:date>2019-06-11T22:22:14Z</dc:date>
    <item>
      <title>Vector data load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vector-data-load/m-p/2358225#M123302</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a file having 7 columns, then 7th column can be further splitted into several records on the basis of delimiter( ; ), In Ab Initio, I separate this 7th column in vector, but don't know how to do this in talend, can someone suggest on this.&lt;/P&gt;
&lt;P&gt;e.g. the file has a record like a,b,c,d,r,f,g[100], like g[1] is like x,y,z,i,j,k and so on.. Number of 7th column records are not fixed.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 11:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vector-data-load/m-p/2358225#M123302</guid>
      <dc:creator>mani1304</dc:creator>
      <dc:date>2019-06-07T11:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Vector data load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vector-data-load/m-p/2358226#M123303</link>
      <description>&lt;P&gt;Just use the split method native to Java strings:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;String[] data = input_row.g.split(",");&lt;/PRE&gt;
&lt;P&gt;You can use it in a tMap, a tJava* component or anywhere an expression is allowed.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 05:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vector-data-load/m-p/2358226#M123303</guid>
      <dc:creator>nfz11</dc:creator>
      <dc:date>2019-06-11T05:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Vector data load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vector-data-load/m-p/2358227#M123304</link>
      <description>&lt;P&gt;Thanks buddy, I did this in tjavaflex but how to do this in tMap, what would be the datatype for this, but I was looking something similar to vectors, but seems here this is missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 11:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vector-data-load/m-p/2358227#M123304</guid>
      <dc:creator>mani1304</dc:creator>
      <dc:date>2019-06-11T11:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Vector data load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vector-data-load/m-p/2358228#M123305</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LPZ4AAO"&gt;@mani1304&lt;/A&gt;&amp;nbsp;wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;Thanks buddy, I did this in tjavaflex but how to do this in tMap, what would be the datatype for this, but I was looking something similar to vectors, but seems here this is missing.&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;You can use the List data type. &amp;nbsp;To build a list from the String array you could do this:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;output_row.gList = java.util.Arrays.asList(input_row.g.split(","));&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 22:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vector-data-load/m-p/2358228#M123305</guid>
      <dc:creator>nfz11</dc:creator>
      <dc:date>2019-06-11T22:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Vector data load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vector-data-load/m-p/2358229#M123306</link>
      <description>&lt;P&gt;Thanks, it works&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 05:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vector-data-load/m-p/2358229#M123306</guid>
      <dc:creator>mani1304</dc:creator>
      <dc:date>2019-06-12T05:15:40Z</dc:date>
    </item>
  </channel>
</rss>

