<?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 parse and array of strings inside an array in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-parse-and-array-of-strings-inside-an-array/m-p/2315448#M86103</link>
    <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;because the separator of each value is ",", you need to replace the item separator "," to another character such as ";" before using tNomalize component, then use tExtractDelimitedFields to extract value from the item string, please see my screenshots&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AcEjXAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150596i36A6810E2F0F367E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AcEjXAAV.png" alt="0693p00000AcEjXAAV.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AcEjSAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147647i1A27231E23BD01AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AcEjSAAV.png" alt="0693p00000AcEjSAAV.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AcEjNAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152309iBC86F6A13FCD4A9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AcEjNAAV.png" alt="0693p00000AcEjNAAV.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AcEjIAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157313i88E3A43C57207F60/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AcEjIAAV.png" alt="0693p00000AcEjIAAV.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2020 09:26:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-12-23T09:26:58Z</dc:date>
    <item>
      <title>How to parse and array of strings inside an array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-parse-and-array-of-strings-inside-an-array/m-p/2315447#M86102</link>
      <description>&lt;P&gt;Hi everybody!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm creating my first pipeline and I'm trying to retrieve data from a webservice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working fine and I did not have problem with it, so I receive from my web service an item in this form:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[["myitem1","property1a","property2a"],&lt;/P&gt;&lt;P&gt;["myitem2","property1a","property2a"]]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see I've an array of strings inside an array, this result is returned as string from my &lt;B&gt;tWebServiceInput &lt;/B&gt;component. Each array should be an "item/row" and then I will map each position to a specific column (column index 0 =&amp;gt; id, column index 1 =&amp;gt; title, column index 2 =&amp;gt; description...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to use &lt;B&gt;tNormalize &lt;/B&gt;component to separate items but I wasn't able to obtain a good result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give me suggestions on how to parse this kind of array?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-parse-and-array-of-strings-inside-an-array/m-p/2315447#M86102</guid>
      <dc:creator>s_mil</dc:creator>
      <dc:date>2024-11-16T00:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse and array of strings inside an array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-parse-and-array-of-strings-inside-an-array/m-p/2315448#M86103</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;because the separator of each value is ",", you need to replace the item separator "," to another character such as ";" before using tNomalize component, then use tExtractDelimitedFields to extract value from the item string, please see my screenshots&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AcEjXAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150596i36A6810E2F0F367E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AcEjXAAV.png" alt="0693p00000AcEjXAAV.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AcEjSAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147647i1A27231E23BD01AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AcEjSAAV.png" alt="0693p00000AcEjSAAV.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AcEjNAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152309iBC86F6A13FCD4A9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AcEjNAAV.png" alt="0693p00000AcEjNAAV.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AcEjIAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157313i88E3A43C57207F60/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AcEjIAAV.png" alt="0693p00000AcEjIAAV.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 09:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-parse-and-array-of-strings-inside-an-array/m-p/2315448#M86103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-23T09:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse and array of strings inside an array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-parse-and-array-of-strings-inside-an-array/m-p/2315449#M86104</link>
      <description>&lt;P&gt;Hi @Shicong Hong​&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your solution is perfect! Thank you so much&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 15:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-parse-and-array-of-strings-inside-an-array/m-p/2315449#M86104</guid>
      <dc:creator>s_mil</dc:creator>
      <dc:date>2020-12-23T15:50:06Z</dc:date>
    </item>
  </channel>
</rss>

