<?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: Pivot data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Pivot-data/m-p/2328857#M98106</link>
    <description>&lt;P&gt;Hi  &lt;/P&gt;&lt;P&gt;Take a look at tDenormalize component, here is a similar &lt;A href="https://community.talend.com/s/question/0D53p00007vCj9cCAC/resolved-transpose-rows-to-columns" alt="https://community.talend.com/s/question/0D53p00007vCj9cCAC/resolved-transpose-rows-to-columns" target="_blank"&gt;post&lt;/A&gt;.&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;</description>
    <pubDate>Mon, 24 Oct 2022 10:51:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-24T10:51:29Z</dc:date>
    <item>
      <title>Pivot data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pivot-data/m-p/2328856#M98105</link>
      <description>&lt;P&gt;Hi there data-friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following (part of) data from a json file :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first column is the ID, the last is a timestamp for that ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1514642225|dispatch.status.arrival|2022-09-21T08:28:00+02:00|2022-09-21T10:44:23.000+02:00&lt;/P&gt;&lt;P&gt;1514642225|dispatch.status.loading.begin|2022-09-21T09:44:00+02:00|2022-09-21T10:44:23.000+02:00&lt;/P&gt;&lt;P&gt;1514642225|dispatch.status.loading.end|2022-09-21T09:44:00+02:00|2022-09-21T10:44:23.000+02:00&lt;/P&gt;&lt;P&gt;1514642225|dispatch.status.departure|2022-09-21T09:44:00+02:00|2022-09-21T10:44:23.000+02:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want the following result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID                     timestamp                                       dispatch.status.arrival             dispatch.status.loading.begin     dispatch.status.loading.end      dispatch.status.departure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1514642225    2022-09-21T10:44:23.000+02:00    2022-09-21T08:28:00+02:00 2022-09-21T09:44:00+02:00      2022-09-21T09:44:00+02:00    2022-09-21T09:44:00+02:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do that ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jacco&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 08:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pivot-data/m-p/2328856#M98105</guid>
      <dc:creator>Jacco_De_Zwart</dc:creator>
      <dc:date>2022-10-21T08:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pivot-data/m-p/2328857#M98106</link>
      <description>&lt;P&gt;Hi  &lt;/P&gt;&lt;P&gt;Take a look at tDenormalize component, here is a similar &lt;A href="https://community.talend.com/s/question/0D53p00007vCj9cCAC/resolved-transpose-rows-to-columns" alt="https://community.talend.com/s/question/0D53p00007vCj9cCAC/resolved-transpose-rows-to-columns" target="_blank"&gt;post&lt;/A&gt;.&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;</description>
      <pubDate>Mon, 24 Oct 2022 10:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pivot-data/m-p/2328857#M98106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-24T10:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pivot-data/m-p/2328858#M98107</link>
      <description>&lt;P&gt;Thanks for the advise. But that is not really that I want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want the values for dispatch.status.arrival, dispatch.status.loading.begin, dispatch.status.loading.end and dispatch.status.departure in an separte column. Not all the values in one column separated by a ; or |. Allso, I don't need any grouping function like, count() or sum().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have written an query in SQL that does the trick and is useful for now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jacco&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 11:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pivot-data/m-p/2328858#M98107</guid>
      <dc:creator>Jacco_De_Zwart</dc:creator>
      <dc:date>2022-10-31T11:43:59Z</dc:date>
    </item>
  </channel>
</rss>

