<?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 Insert json multiple field in one column in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Insert-json-multiple-field-in-one-column/m-p/2300492#M72717</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this data in a row with some IDs, and another row which is a Json like that:&lt;/P&gt;&lt;P&gt;ID | json&lt;/P&gt;&lt;P&gt;111| {"1": "AAA"},{	"2": "BBB"},{	"3": "CCC"}&lt;/P&gt;&lt;P&gt;222| {"1": "AAA"}&lt;/P&gt;&lt;P&gt;333| {"1": "AAA"},{	"2": "BBB"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like is to insert in one table of 2 columns like that:&lt;/P&gt;&lt;P&gt;ID | choice&lt;/P&gt;&lt;P&gt;111 | AAA&lt;/P&gt;&lt;P&gt;111 | BBB&lt;/P&gt;&lt;P&gt;111 | CCC&lt;/P&gt;&lt;P&gt;222 | AAA&lt;/P&gt;&lt;P&gt;333 | AAA&lt;/P&gt;&lt;P&gt;333 | BBB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 22:56:53 GMT</pubDate>
    <dc:creator>Informatique1</dc:creator>
    <dc:date>2024-11-15T22:56:53Z</dc:date>
    <item>
      <title>Insert json multiple field in one column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-json-multiple-field-in-one-column/m-p/2300492#M72717</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this data in a row with some IDs, and another row which is a Json like that:&lt;/P&gt;&lt;P&gt;ID | json&lt;/P&gt;&lt;P&gt;111| {"1": "AAA"},{	"2": "BBB"},{	"3": "CCC"}&lt;/P&gt;&lt;P&gt;222| {"1": "AAA"}&lt;/P&gt;&lt;P&gt;333| {"1": "AAA"},{	"2": "BBB"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like is to insert in one table of 2 columns like that:&lt;/P&gt;&lt;P&gt;ID | choice&lt;/P&gt;&lt;P&gt;111 | AAA&lt;/P&gt;&lt;P&gt;111 | BBB&lt;/P&gt;&lt;P&gt;111 | CCC&lt;/P&gt;&lt;P&gt;222 | AAA&lt;/P&gt;&lt;P&gt;333 | AAA&lt;/P&gt;&lt;P&gt;333 | BBB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-json-multiple-field-in-one-column/m-p/2300492#M72717</guid>
      <dc:creator>Informatique1</dc:creator>
      <dc:date>2024-11-15T22:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Insert json multiple field in one column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-json-multiple-field-in-one-column/m-p/2300493#M72718</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Using a tNormalize component to split the json column to multiple rows, and then extract the value from json string using tExtractJsonField. &lt;/P&gt;&lt;P&gt;Please try and let me know if you have any issues/questions.&lt;/P&gt;&lt;P&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;</description>
      <pubDate>Tue, 10 May 2022 07:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-json-multiple-field-in-one-column/m-p/2300493#M72718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-10T07:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Insert json multiple field in one column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-json-multiple-field-in-one-column/m-p/2300494#M72719</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your answer.&lt;/P&gt;&lt;P&gt;Well I did not have the opportunity to test it because the specs of the project change... and I don't need this anymore &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 07:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-json-multiple-field-in-one-column/m-p/2300494#M72719</guid>
      <dc:creator>Informatique1</dc:creator>
      <dc:date>2022-05-13T07:51:55Z</dc:date>
    </item>
  </channel>
</rss>

