<?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 Output a Multiline Excel file with specific ordered values in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Output-a-Multiline-Excel-file-with-specific-ordered-values/m-p/2293552#M66513</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm using Talend Open Studio Data Integration and I'm looking to export data from a relational DB to an Excel output file with a specific format&lt;/P&gt;&lt;P&gt;To sum up the problem&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;My input data table&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Date|Site|Sales&lt;/P&gt;&lt;P&gt;2022-02-28|place1|10&lt;/P&gt;&lt;P&gt;2022-02-28|place2|8&lt;/P&gt;&lt;P&gt;2022-02-28|place3|15&lt;/P&gt;&lt;P&gt;2022-03-01|place1|15&lt;/P&gt;&lt;P&gt;2022-03-01|place3|20&lt;/P&gt;&lt;P&gt;2022-03-01|place5|20&lt;/P&gt;&lt;P&gt;2022-03-02|place2|8&lt;/P&gt;&lt;P&gt;2022-03-02|place4|6&lt;/P&gt;&lt;P&gt;2022-03-02|place2|10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;My Output Data should have this format and is generated every 2 days with sales of 3 last days:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Monday | Place1 | Place3 | Place6 | Place2&lt;/P&gt;&lt;P&gt;Sales | 10 | 15 | &amp;lt;empty&amp;gt; | 8&lt;/P&gt;&lt;P&gt;Thuesday| Place1 | Place5 | Place3 | Place2&lt;/P&gt;&lt;P&gt;Sales | 15 | 20 | 20 | &amp;lt;empty&amp;gt;&lt;/P&gt;&lt;P&gt;Wednesday| Place1 | Place5 | Place3 | Place2&lt;/P&gt;&lt;P&gt;Sales | 15 | 20 | 20 | &amp;lt;empty&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used a tJavaFlex to generate this types of lines :&lt;/P&gt;&lt;P&gt;2022-02-28|Monday|Place1 | Place3 | Place6 | Place2&lt;/P&gt;&lt;P&gt;2022-03-01|Thuesday|Place1 | Place5 | Place3 | Place2&lt;/P&gt;&lt;P&gt;2022-03-02|Wednesday|Place1 | Place5 | Place3 | Place2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I don't know how to use this lines to generate queries using date, place as parameters to insert and fill cells.&lt;/P&gt;&lt;P&gt;Maybe I'm doing it wrong because finally I'm starrting from the final format I want instead of starting to retrieve all data and merge/filter/order them with another formatted table to generate the wanted Excel. But I don't really know how to that too&lt;/P&gt;&lt;P&gt;It seems to have to deal with normalization/denormalization but I don't know how to deal with ordering column and agreggating multiple lines with different ordered columns&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;RV&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;</description>
    <pubDate>Fri, 15 Nov 2024 23:05:20 GMT</pubDate>
    <dc:creator>AmIanALien0x3f</dc:creator>
    <dc:date>2024-11-15T23:05:20Z</dc:date>
    <item>
      <title>Output a Multiline Excel file with specific ordered values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-a-Multiline-Excel-file-with-specific-ordered-values/m-p/2293552#M66513</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm using Talend Open Studio Data Integration and I'm looking to export data from a relational DB to an Excel output file with a specific format&lt;/P&gt;&lt;P&gt;To sum up the problem&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;My input data table&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Date|Site|Sales&lt;/P&gt;&lt;P&gt;2022-02-28|place1|10&lt;/P&gt;&lt;P&gt;2022-02-28|place2|8&lt;/P&gt;&lt;P&gt;2022-02-28|place3|15&lt;/P&gt;&lt;P&gt;2022-03-01|place1|15&lt;/P&gt;&lt;P&gt;2022-03-01|place3|20&lt;/P&gt;&lt;P&gt;2022-03-01|place5|20&lt;/P&gt;&lt;P&gt;2022-03-02|place2|8&lt;/P&gt;&lt;P&gt;2022-03-02|place4|6&lt;/P&gt;&lt;P&gt;2022-03-02|place2|10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;My Output Data should have this format and is generated every 2 days with sales of 3 last days:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Monday | Place1 | Place3 | Place6 | Place2&lt;/P&gt;&lt;P&gt;Sales | 10 | 15 | &amp;lt;empty&amp;gt; | 8&lt;/P&gt;&lt;P&gt;Thuesday| Place1 | Place5 | Place3 | Place2&lt;/P&gt;&lt;P&gt;Sales | 15 | 20 | 20 | &amp;lt;empty&amp;gt;&lt;/P&gt;&lt;P&gt;Wednesday| Place1 | Place5 | Place3 | Place2&lt;/P&gt;&lt;P&gt;Sales | 15 | 20 | 20 | &amp;lt;empty&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used a tJavaFlex to generate this types of lines :&lt;/P&gt;&lt;P&gt;2022-02-28|Monday|Place1 | Place3 | Place6 | Place2&lt;/P&gt;&lt;P&gt;2022-03-01|Thuesday|Place1 | Place5 | Place3 | Place2&lt;/P&gt;&lt;P&gt;2022-03-02|Wednesday|Place1 | Place5 | Place3 | Place2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I don't know how to use this lines to generate queries using date, place as parameters to insert and fill cells.&lt;/P&gt;&lt;P&gt;Maybe I'm doing it wrong because finally I'm starrting from the final format I want instead of starting to retrieve all data and merge/filter/order them with another formatted table to generate the wanted Excel. But I don't really know how to that too&lt;/P&gt;&lt;P&gt;It seems to have to deal with normalization/denormalization but I don't know how to deal with ordering column and agreggating multiple lines with different ordered columns&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;RV&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;</description>
      <pubDate>Fri, 15 Nov 2024 23:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-a-Multiline-Excel-file-with-specific-ordered-values/m-p/2293552#M66513</guid>
      <dc:creator>AmIanALien0x3f</dc:creator>
      <dc:date>2024-11-15T23:05:20Z</dc:date>
    </item>
  </channel>
</rss>

