<?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 Nest multiple headers-details from sql tables to delimited file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Nest-multiple-headers-details-from-sql-tables-to-delimited-file/m-p/2305463#M77111</link>
    <description>&lt;P&gt;Good evening. I'm extremely new here and relatively new to Talend. There's a problem I'm facing and I can't see to find a way to solve it:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to output an X number of columns from [Header_Table] to a file, then a bunch of columns from its corresponding [Detail_Table] underneath them, then the rest of the columns from&amp;nbsp;[Header_Table] underneath those. In essence it's like this:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;HDR1 Row 1: {HDR_Field_1}~{HDR_Field_2}~{HDR_Field_3}~{HDR_Field_4}&lt;/P&gt; 
&lt;P&gt;DTL Row 1: {DTL_Field_1}~{DTL_Field_2}~{DTL_Field_3}&lt;/P&gt; 
&lt;P&gt;DTL Row 2: {DTL_Field_1}~{DTL_Field_2}~{DTL_Field_3}&lt;/P&gt; 
&lt;P&gt;...&lt;/P&gt; 
&lt;P&gt;DTL Row n: {DTL_Field_1}~{DTL_Field_2}~{DTL_Field_3}&lt;/P&gt; 
&lt;P&gt;HDR1 Row 2: {HDR_Field_5}~{HDR_Field_6}&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;HDR2 Row 1: {HDR_Field_1}~{HDR_Field_2}~{HDR_Field_3}~{HDR_Field_4}&lt;/P&gt; 
&lt;P&gt;DTL Row 1: {DTL_Field_1}~{DTL_Field_2}~{DTL_Field_3}&lt;/P&gt; 
&lt;P&gt;DTL Row 2: {DTL_Field_1}~{DTL_Field_2}~{DTL_Field_3}&lt;/P&gt; 
&lt;P&gt;...&lt;/P&gt; 
&lt;P&gt;DTL Row n: {DTL_Field_1}~{DTL_Field_2}~{DTL_Field_3}&lt;/P&gt; 
&lt;P&gt;HDR2 Row 2: {HDR_Field_5}~{HDR_Field_6}&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;etc etc.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Has anyone ever had to do something similar before? Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:51:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T05:51:24Z</dc:date>
    <item>
      <title>Nest multiple headers-details from sql tables to delimited file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Nest-multiple-headers-details-from-sql-tables-to-delimited-file/m-p/2305463#M77111</link>
      <description>&lt;P&gt;Good evening. I'm extremely new here and relatively new to Talend. There's a problem I'm facing and I can't see to find a way to solve it:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to output an X number of columns from [Header_Table] to a file, then a bunch of columns from its corresponding [Detail_Table] underneath them, then the rest of the columns from&amp;nbsp;[Header_Table] underneath those. In essence it's like this:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;HDR1 Row 1: {HDR_Field_1}~{HDR_Field_2}~{HDR_Field_3}~{HDR_Field_4}&lt;/P&gt; 
&lt;P&gt;DTL Row 1: {DTL_Field_1}~{DTL_Field_2}~{DTL_Field_3}&lt;/P&gt; 
&lt;P&gt;DTL Row 2: {DTL_Field_1}~{DTL_Field_2}~{DTL_Field_3}&lt;/P&gt; 
&lt;P&gt;...&lt;/P&gt; 
&lt;P&gt;DTL Row n: {DTL_Field_1}~{DTL_Field_2}~{DTL_Field_3}&lt;/P&gt; 
&lt;P&gt;HDR1 Row 2: {HDR_Field_5}~{HDR_Field_6}&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;HDR2 Row 1: {HDR_Field_1}~{HDR_Field_2}~{HDR_Field_3}~{HDR_Field_4}&lt;/P&gt; 
&lt;P&gt;DTL Row 1: {DTL_Field_1}~{DTL_Field_2}~{DTL_Field_3}&lt;/P&gt; 
&lt;P&gt;DTL Row 2: {DTL_Field_1}~{DTL_Field_2}~{DTL_Field_3}&lt;/P&gt; 
&lt;P&gt;...&lt;/P&gt; 
&lt;P&gt;DTL Row n: {DTL_Field_1}~{DTL_Field_2}~{DTL_Field_3}&lt;/P&gt; 
&lt;P&gt;HDR2 Row 2: {HDR_Field_5}~{HDR_Field_6}&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;etc etc.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Has anyone ever had to do something similar before? Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Nest-multiple-headers-details-from-sql-tables-to-delimited-file/m-p/2305463#M77111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Nest multiple headers-details from sql tables to delimited file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Nest-multiple-headers-details-from-sql-tables-to-delimited-file/m-p/2305464#M77112</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What's your input source? Is it .sql file? Could you please give us some sample about it?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 04:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Nest-multiple-headers-details-from-sql-tables-to-delimited-file/m-p/2305464#M77112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-03T04:24:57Z</dc:date>
    </item>
  </channel>
</rss>

