<?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 Define metadata for array of values in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Define-metadata-for-array-of-values/m-p/2347480#M114733</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I need to define metadata for array of values and need someway to use it in spark sql. Or atleast tmap&lt;/P&gt;
&lt;P&gt;Data&lt;/P&gt;
&lt;P&gt;a|b|c|d1|d2|d3|d4|.........d40|x|y|z&lt;/P&gt;
&lt;P&gt;i need metadata type for d1...d40&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 08:12:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T08:12:51Z</dc:date>
    <item>
      <title>Define metadata for array of values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Define-metadata-for-array-of-values/m-p/2347480#M114733</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I need to define metadata for array of values and need someway to use it in spark sql. Or atleast tmap&lt;/P&gt;
&lt;P&gt;Data&lt;/P&gt;
&lt;P&gt;a|b|c|d1|d2|d3|d4|.........d40|x|y|z&lt;/P&gt;
&lt;P&gt;i need metadata type for d1...d40&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Define-metadata-for-array-of-values/m-p/2347480#M114733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Define metadata for array of values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Define-metadata-for-array-of-values/m-p/2347481#M114734</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Do you want to define your Array of values under Metadata in repository tree or Contexts value? Could you please give us more information about your requirement?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 10:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Define-metadata-for-array-of-values/m-p/2347481#M114734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-31T10:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Define metadata for array of values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Define-metadata-for-array-of-values/m-p/2347482#M114735</link>
      <description>&lt;P&gt;requirement is simple , you can think of it as i have delimited data coming in but&amp;nbsp; 40 of which are&amp;nbsp; discount %ges for same product on different days.&lt;/P&gt; 
&lt;P&gt;prodattrib1| prodattrib2|disc1|disc2|disc3| ..........disc40|prodattribx|prodattriby&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;i want to represent the addtributes&amp;nbsp; &amp;nbsp;disc1 ...disc40 in a vector or array because i will have to do some decimal calculations based on it.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;ex:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;prodattrib1| prodattrib2|descARRAY[40]|prodattribx|prodattriby&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Currently i have 40 attributes for each discount which is really not that friendly especially when i want to loop those values,&amp;nbsp; i am converting them to stringbuffer&amp;nbsp;&amp;nbsp;and looping thru -it very awkward.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;in our previous etl tool we could do that so just wondering if i can do with talend.&lt;/P&gt; 
&lt;P&gt;Thanks!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 16:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Define-metadata-for-array-of-values/m-p/2347482#M114735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-31T16:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Define metadata for array of values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Define-metadata-for-array-of-values/m-p/2347483#M114736</link>
      <description>hello, 
&lt;BR /&gt;meta data is, how it can be retrieved, and the various data types (such as objects or arrays) in which it can be returned. Now it's time to learn about the different types of arrays. 
&lt;BR /&gt; 
&lt;BR /&gt;When you write an array manually you know what its structure is an what the name of each index is. But when you are building arrays by querying a database, you are going to need to do some detective work to determine the structure of the data returned and the names of the indexes. 
&lt;BR /&gt;patrisia</description>
      <pubDate>Fri, 01 Jun 2018 02:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Define-metadata-for-array-of-values/m-p/2347483#M114736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-01T02:20:09Z</dc:date>
    </item>
  </channel>
</rss>

