<?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: tFileOutputMSDelimited -&amp;gt; can it exclude key columns in the output in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileOutputMSDelimited-gt-can-it-exclude-key-columns-in-the/m-p/2361619#M125933</link>
    <description>Hi 
&lt;BR /&gt;It is impossible to exclude the parent key by configuring the tFileOutputMSDemilted component, you need to read the current output file again, regards it as a temp file, parse the file and output the result to a final desired file, here I show you how to do it: 
&lt;BR /&gt;in.csv: 
&lt;BR /&gt;OrderHeader,1,Warren 
&lt;BR /&gt;OrderDetailQty,1,1,wLf,92 
&lt;BR /&gt;OrderDetailQty,3,1,Z4U,38 
&lt;BR /&gt;OrderDetailQty,4,1,IrV,8 
&lt;BR /&gt;OrderDetailQty,7,1,OTo,98 
&lt;BR /&gt;OrderNotes,1,1,q2wwDthXWn 
&lt;BR /&gt;OrderNotes,3,1,ecZJtARKbB 
&lt;BR /&gt;OrderHeader,2,Ronald 
&lt;BR /&gt;OrderDetailQty,2,2,4Sw,17 
&lt;BR /&gt;OrderDetailQty,5,2,HKl,13 
&lt;BR /&gt;OrderDetailQty,6,2,jTh,39 
&lt;BR /&gt;OrderNotes,2,2,gq3cR7gC0b 
&lt;BR /&gt;out.csv: 
&lt;BR /&gt;OrderHeader,1,Warren 
&lt;BR /&gt;OrderDetailQty,1,wLf,92 
&lt;BR /&gt;OrderDetailQty,3,Z4U,38 
&lt;BR /&gt;OrderDetailQty,4,IrV,8 
&lt;BR /&gt;OrderDetailQty,7,OTo,98 
&lt;BR /&gt;OrderNotes,1,q2wwDthXWn 
&lt;BR /&gt;OrderNotes,3,ecZJtARKbB 
&lt;BR /&gt;OrderHeader,2,Ronald 
&lt;BR /&gt;OrderDetailQty,2,4Sw,17 
&lt;BR /&gt;OrderDetailQty,5,HKl,13 
&lt;BR /&gt;OrderDetailQty,6,jTh,39 
&lt;BR /&gt;OrderNotes,2,gq3cR7gC0b 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Tue, 26 Jul 2011 04:42:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-07-26T04:42:48Z</dc:date>
    <item>
      <title>tFileOutputMSDelimited -&gt; can it exclude key columns in the output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOutputMSDelimited-gt-can-it-exclude-key-columns-in-the/m-p/2361618#M125932</link>
      <description>Is there a way for the tFileOutputMSDelimited component to be configured in a way so that it excludes the key columns (used in matching with parent key columns) in the output.&lt;BR /&gt;see images attached.&lt;BR /&gt;1 - 6&lt;BR /&gt;&lt;B&gt;Current Output&lt;/B&gt;&lt;BR /&gt;-----------------&lt;BR /&gt;&lt;B&gt;OrderHeader&lt;/B&gt;,1,Warren&lt;BR /&gt;&lt;B&gt;OrderDetailQty&lt;/B&gt;,1,1,wLf,92&lt;BR /&gt;&lt;B&gt;OrderDetailQty&lt;/B&gt;,3,1,Z4U,38&lt;BR /&gt;&lt;B&gt;OrderDetailQty&lt;/B&gt;,4,1,IrV,8&lt;BR /&gt;&lt;B&gt;OrderDetailQty&lt;/B&gt;,7,1,OTo,98&lt;BR /&gt;&lt;B&gt;OrderNotes&lt;/B&gt;,1,1,q2wwDthXWn&lt;BR /&gt;&lt;B&gt;OrderNotes&lt;/B&gt;,3,1,ecZJtARKbB&lt;BR /&gt;&lt;B&gt;OrderHeader&lt;/B&gt;,2,Ronald&lt;BR /&gt;&lt;B&gt;OrderDetailQty&lt;/B&gt;,2,2,4Sw,17&lt;BR /&gt;&lt;B&gt;OrderDetailQty&lt;/B&gt;,5,2,HKl,13&lt;BR /&gt;&lt;B&gt;OrderDetailQty&lt;/B&gt;,6,2,jTh,39&lt;BR /&gt;&lt;B&gt;OrderNotes&lt;/B&gt;,2,2,gq3cR7gC0b&lt;BR /&gt;&lt;B&gt;Desired Output&lt;/B&gt;&lt;BR /&gt;-----------------&lt;BR /&gt;OrderHeader,1,Warren&lt;BR /&gt;OrderDetailQty,1,wLf,92&lt;BR /&gt;OrderDetailQty,3,Z4U,38&lt;BR /&gt;OrderDetailQty,4,IrV,8&lt;BR /&gt;OrderDetailQty,7,OTo,98&lt;BR /&gt;OrderNotes,1,q2wwDthXWn&lt;BR /&gt;OrderNotes,3,ecZJtARKbB&lt;BR /&gt;OrderHeader,2,Ronald&lt;BR /&gt;OrderDetailQty,2,4Sw,17&lt;BR /&gt;OrderDetailQty,5,HKl,13&lt;BR /&gt;OrderDetailQty,6,jTh,39&lt;BR /&gt;OrderNotes,2,gq3cR7gC0b</description>
      <pubDate>Sat, 16 Nov 2024 12:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOutputMSDelimited-gt-can-it-exclude-key-columns-in-the/m-p/2361618#M125932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOutputMSDelimited -&gt; can it exclude key columns in the output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOutputMSDelimited-gt-can-it-exclude-key-columns-in-the/m-p/2361619#M125933</link>
      <description>Hi 
&lt;BR /&gt;It is impossible to exclude the parent key by configuring the tFileOutputMSDemilted component, you need to read the current output file again, regards it as a temp file, parse the file and output the result to a final desired file, here I show you how to do it: 
&lt;BR /&gt;in.csv: 
&lt;BR /&gt;OrderHeader,1,Warren 
&lt;BR /&gt;OrderDetailQty,1,1,wLf,92 
&lt;BR /&gt;OrderDetailQty,3,1,Z4U,38 
&lt;BR /&gt;OrderDetailQty,4,1,IrV,8 
&lt;BR /&gt;OrderDetailQty,7,1,OTo,98 
&lt;BR /&gt;OrderNotes,1,1,q2wwDthXWn 
&lt;BR /&gt;OrderNotes,3,1,ecZJtARKbB 
&lt;BR /&gt;OrderHeader,2,Ronald 
&lt;BR /&gt;OrderDetailQty,2,2,4Sw,17 
&lt;BR /&gt;OrderDetailQty,5,2,HKl,13 
&lt;BR /&gt;OrderDetailQty,6,2,jTh,39 
&lt;BR /&gt;OrderNotes,2,2,gq3cR7gC0b 
&lt;BR /&gt;out.csv: 
&lt;BR /&gt;OrderHeader,1,Warren 
&lt;BR /&gt;OrderDetailQty,1,wLf,92 
&lt;BR /&gt;OrderDetailQty,3,Z4U,38 
&lt;BR /&gt;OrderDetailQty,4,IrV,8 
&lt;BR /&gt;OrderDetailQty,7,OTo,98 
&lt;BR /&gt;OrderNotes,1,q2wwDthXWn 
&lt;BR /&gt;OrderNotes,3,ecZJtARKbB 
&lt;BR /&gt;OrderHeader,2,Ronald 
&lt;BR /&gt;OrderDetailQty,2,4Sw,17 
&lt;BR /&gt;OrderDetailQty,5,HKl,13 
&lt;BR /&gt;OrderDetailQty,6,jTh,39 
&lt;BR /&gt;OrderNotes,2,gq3cR7gC0b 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 26 Jul 2011 04:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOutputMSDelimited-gt-can-it-exclude-key-columns-in-the/m-p/2361619#M125933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-26T04:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOutputMSDelimited -&gt; can it exclude key columns in the output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOutputMSDelimited-gt-can-it-exclude-key-columns-in-the/m-p/2361620#M125934</link>
      <description>Dear Shong: thanks for a quick response. I think it does exactly what I needed. 
&lt;BR /&gt;Your solution is a 
&lt;B&gt;great workaround&lt;/B&gt; for a quite useful option which can be a part of the tFileOutputMSDelimited component itself. 
&lt;BR /&gt;In future, there could be an option or *feature* to choose the schema of the different output rows, thereby incorporating the filter column option within the component itself. 
&lt;BR /&gt;my 2 cents. 
&lt;BR /&gt;Pankul</description>
      <pubDate>Tue, 26 Jul 2011 15:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOutputMSDelimited-gt-can-it-exclude-key-columns-in-the/m-p/2361620#M125934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-26T15:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOutputMSDelimited -&gt; can it exclude key columns in the output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOutputMSDelimited-gt-can-it-exclude-key-columns-in-the/m-p/2361621#M125935</link>
      <description>Hi, 
&lt;BR /&gt;i am new to talend, could anyone help me about the below task, 
&lt;BR /&gt;My Input is : 
&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt; 
&lt;BR /&gt;&amp;lt;COMPANY&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPANY_DETAILS&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPANY_HEADER&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPANYNAME&amp;gt;IBM&amp;lt;/COMPANYNAME&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPANYADDRESS&amp;gt;HYDERABAD&amp;lt;/COMPANYADDRESS&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPANYPHONE&amp;gt;9988776655&amp;lt;/COMPANYPHONE&amp;gt; 
&lt;BR /&gt; &amp;lt;/COMPANY_HEADER&amp;gt; 
&lt;BR /&gt; &amp;lt;EMPLOYEES&amp;gt; 
&lt;BR /&gt; &amp;lt;EMPLOYEE&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_ID&amp;gt;101&amp;lt;/EMP_ID&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_NAME&amp;gt;SAN&amp;lt;/EMP_NAME&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_DESIGNATION&amp;gt;SW&amp;lt;/EMP_DESIGNATION&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_SALARY&amp;gt;50000&amp;lt;/EMP_SALARY&amp;gt; 
&lt;BR /&gt; &amp;lt;/EMPLOYEE&amp;gt; 
&lt;BR /&gt; &amp;lt;EMPLOYEE&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_ID&amp;gt;102&amp;lt;/EMP_ID&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_NAME&amp;gt;SHAN&amp;lt;/EMP_NAME&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_DESIGNATION&amp;gt;SW&amp;lt;/EMP_DESIGNATION&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_SALARY&amp;gt;20000&amp;lt;/EMP_SALARY&amp;gt; 
&lt;BR /&gt; &amp;lt;/EMPLOYEE&amp;gt; 
&lt;BR /&gt; &amp;lt;EMPLOYEE&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_ID&amp;gt;103&amp;lt;/EMP_ID&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_NAME&amp;gt;SANTH&amp;lt;/EMP_NAME&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_DESIGNATION&amp;gt;SW&amp;lt;/EMP_DESIGNATION&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_SALARY&amp;gt;8000&amp;lt;/EMP_SALARY&amp;gt; 
&lt;BR /&gt; &amp;lt;/EMPLOYEE&amp;gt; 
&lt;BR /&gt; &amp;lt;/EMPLOYEES&amp;gt; 
&lt;BR /&gt; &amp;lt;/COMPANY_DETAILS&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPANY_DETAILS&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPANY_HEADER&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPANYNAME&amp;gt;CAP&amp;lt;/COMPANYNAME&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPANYADDRESS&amp;gt;BANGALORE&amp;lt;/COMPANYADDRESS&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPANYPHONE&amp;gt;9988776655&amp;lt;/COMPANYPHONE&amp;gt; 
&lt;BR /&gt; &amp;lt;/COMPANY_HEADER&amp;gt; 
&lt;BR /&gt; &amp;lt;EMPLOYEES&amp;gt; 
&lt;BR /&gt; &amp;lt;EMPLOYEE&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_ID&amp;gt;104&amp;lt;/EMP_ID&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_NAME&amp;gt;SHIV&amp;lt;/EMP_NAME&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_DESIGNATION&amp;gt;SW&amp;lt;/EMP_DESIGNATION&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_SALARY&amp;gt;10000&amp;lt;/EMP_SALARY&amp;gt; 
&lt;BR /&gt; &amp;lt;/EMPLOYEE&amp;gt; 
&lt;BR /&gt; &amp;lt;EMPLOYEE&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_ID&amp;gt;105&amp;lt;/EMP_ID&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_NAME&amp;gt;SHAKE&amp;lt;/EMP_NAME&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_DESIGNATION&amp;gt;SW&amp;lt;/EMP_DESIGNATION&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_SALARY&amp;gt;8000&amp;lt;/EMP_SALARY&amp;gt; 
&lt;BR /&gt; &amp;lt;/EMPLOYEE&amp;gt; 
&lt;BR /&gt; &amp;lt;/EMPLOYEES&amp;gt; 
&lt;BR /&gt; &amp;lt;/COMPANY_DETAILS&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPANY_DETAILS&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPANY_HEADER&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPANYNAME&amp;gt;IMBPVT&amp;lt;/COMPANYNAME&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPANYADDRESS&amp;gt;CHENNAI&amp;lt;/COMPANYADDRESS&amp;gt; 
&lt;BR /&gt; &amp;lt;COMPANYPHONE&amp;gt;9908778965&amp;lt;/COMPANYPHONE&amp;gt; 
&lt;BR /&gt; &amp;lt;/COMPANY_HEADER&amp;gt; 
&lt;BR /&gt; &amp;lt;EMPLOYEES&amp;gt; 
&lt;BR /&gt; &amp;lt;EMPLOYEE&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_ID&amp;gt;107&amp;lt;/EMP_ID&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_NAME&amp;gt;SYDN&amp;lt;/EMP_NAME&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_DESIGNATION&amp;gt;SW&amp;lt;/EMP_DESIGNATION&amp;gt; 
&lt;BR /&gt; &amp;lt;EMP_SALARY&amp;gt;9000&amp;lt;/EMP_SALARY&amp;gt; 
&lt;BR /&gt; &amp;lt;/EMPLOYEE&amp;gt; 
&lt;BR /&gt; &amp;lt;/EMPLOYEES&amp;gt; 
&lt;BR /&gt; &amp;lt;/COMPANY_DETAILS&amp;gt; 
&lt;BR /&gt;&amp;lt;/COMPANY&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;i am excepting the below Output : 
&lt;BR /&gt;IBM,HYDERABAD,9988776655 
&lt;BR /&gt;101,SAN,SW,50000 
&lt;BR /&gt;102,SHAN,SW,20000 
&lt;BR /&gt;103,SANTH,SW,8000 
&lt;BR /&gt;3 
&lt;BR /&gt;CAP,BANGALORE,9988776655 
&lt;BR /&gt;104,SHIV,SW,10000 
&lt;BR /&gt;105,SHAKE,SW,8000 
&lt;BR /&gt;2 
&lt;BR /&gt;IBM PVT,CHENNAI,9908778965 
&lt;BR /&gt;107,SYDN,SW,9000 
&lt;BR /&gt;1 
&lt;BR /&gt;3,2,1 are the total records. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;RK</description>
      <pubDate>Wed, 10 Jul 2013 16:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOutputMSDelimited-gt-can-it-exclude-key-columns-in-the/m-p/2361621#M125935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-10T16:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOutputMSDelimited -&gt; can it exclude key columns in the output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOutputMSDelimited-gt-can-it-exclude-key-columns-in-the/m-p/2361622#M125936</link>
      <description>Hi rkalla 
&lt;BR /&gt;In order to get the expected output as you described, you need to store the COMPANY_HEADER data and EMPLOYEES data to memory or a temporary file first, and then iterate each COMPANY_HEADER data, I have created a demo job to achieve this: 
&lt;BR /&gt; 
&lt;PRE&gt;IBM;HYDERABAD;9988776655&lt;BR /&gt;101;SAN;SW;50000&lt;BR /&gt;102;SHAN;SW;20000&lt;BR /&gt;103;SANTH;SW;8000&lt;BR /&gt;3&lt;BR /&gt;CAP;BANGALORE;9988776655&lt;BR /&gt;104;SHIV;SW;10000&lt;BR /&gt;105;SHAKE;SW;8000&lt;BR /&gt;2&lt;BR /&gt;IMBPVT;CHENNAI;9908778965&lt;BR /&gt;107;SYDN;SW;9000&lt;BR /&gt;1&lt;/PRE&gt; 
&lt;BR /&gt;if you would like to take a look at the demo job, please send me an email. 
&lt;BR /&gt;Shong 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDxC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129535iD469FCD8C503978D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDxC.png" alt="0683p000009MDxC.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 11 Jul 2013 03:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOutputMSDelimited-gt-can-it-exclude-key-columns-in-the/m-p/2361622#M125936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-11T03:57:54Z</dc:date>
    </item>
  </channel>
</rss>

