<?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: how to use unload component in talend? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327490#M96868</link>
    <description>&lt;P&gt;Hello &lt;A href="https://community.qlik.com/s/profile/0053p000007LPPgAAO"&gt;@harshadathorat&lt;/A&gt; ,&lt;/P&gt; 
&lt;P&gt;Could you please check your "Code" tab in your job to see if there will be your compile error highlighted in red line?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2019 04:15:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-01T04:15:02Z</dc:date>
    <item>
      <title>how to use unload component in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327484#M96862</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;am using redshift.i used select query in unload component in talend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;it was working in redshift but in talend its not working .I was getting an error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;unterminated quoted string at or near "'&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;My query:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;select campaignid,code,' 'as campainmember,' ' as lead,''sun'' as leadname from ms_is.bystyn.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;is there any one to unload the file with header?&lt;/P&gt;
&lt;P&gt;can anyone help me ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327484#M96862</guid>
      <dc:creator>k526</dc:creator>
      <dc:date>2024-11-16T09:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to use unload component in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327485#M96863</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are you using talend component &lt;A title="tRedshiftUnload" href="https://help.talend.com/reader/inxD~igBeVuEs_CLv7JMGA/Hv1UbUjtVHpkUm98ngEbhw" target="_self" rel="nofollow noopener noreferrer"&gt;tRedshiftUnload&lt;/A&gt;? Screenshots of your component setting will be preferred. &lt;/P&gt;
&lt;P&gt;Can you successfully unload your file without header in talend?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 10:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327485#M96863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-25T10:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to use unload component in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327486#M96864</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;BR /&gt;am using talend (tredshiftunload)component.but i am getting some errors. (')single quotes is not working in talend.so, is there any other way to unload the table in s3 path.&lt;BR /&gt;kindly provide any solution ? and thanks For the reply.please find the screenshots.&lt;BR /&gt;Thank you&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lrpo"&gt;unlaod.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrxH"&gt;unlaod1.PNG&lt;/A&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327486#M96864</guid>
      <dc:creator>k526</dc:creator>
      <dc:date>2017-07-25T12:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to use unload component in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327487#M96865</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Have you tried to use sql query like:&lt;/P&gt; 
&lt;P&gt;select campaignid,code, as campainmember, as leadsun, as leadname from ms_is.bystyn without&amp;nbsp;(')single quotes to see if it works?&lt;/P&gt; 
&lt;P&gt;Which is talend build version you are using?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 04:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327487#M96865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-26T04:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to use unload component in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327488#M96866</link>
      <description>It would be helpful to see the entire query string just to make sure there's nothing off at the end of the string. 
&lt;BR /&gt; 
&lt;BR /&gt;I don't know if it makes a difference, but there is no space between '' and "as campainmember" 
&lt;BR /&gt; 
&lt;BR /&gt;Side note: You appear to be using a context variable in the tablename setting. It doesn't usually make a difference in database input components if that setting is correct, but you don't want quotes around context variables.</description>
      <pubDate>Wed, 26 Jul 2017 14:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327488#M96866</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-07-26T14:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to use unload component in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327489#M96867</link>
      <description>&lt;P&gt;hi ,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am facing the single quotes issue in where clause as in attachment.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;please help me out&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Erro2.png" style="width: 854px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M437.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145514iE49B52540F7C76CA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M437.png" alt="0683p000009M437.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M43H.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132100i2FFCA92458284C27/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M43H.png" alt="0683p000009M43H.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 06:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327489#M96867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-29T06:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to use unload component in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327490#M96868</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.qlik.com/s/profile/0053p000007LPPgAAO"&gt;@harshadathorat&lt;/A&gt; ,&lt;/P&gt; 
&lt;P&gt;Could you please check your "Code" tab in your job to see if there will be your compile error highlighted in red line?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 04:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327490#M96868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-01T04:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to use unload component in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327491#M96869</link>
      <description>&lt;P&gt;Is there still a way to get headers in the delimited file using "tredshiftunload" component ??&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 16:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327491#M96869</guid>
      <dc:creator>Rahul_V</dc:creator>
      <dc:date>2019-06-13T16:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to use unload component in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327492#M96870</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;So far, we won't do this new feature and we are relying on Amazon for this feature request.&lt;BR /&gt;A workaround exists by leveraging custom SQL with Union in order to add the header.&lt;/P&gt;
&lt;P&gt;Let us know if it is OK with you.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 11:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327492#M96870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-17T11:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to use unload component in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327493#M96871</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. But looking at amazon unload command it has an option to enable the headers. Please refer to this &lt;STRONG&gt;&lt;A title="Unload" href="https://docs.aws.amazon.com/redshift/latest/dg/r_UNLOAD.html" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;link&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;. Can we also get an option to enable the headers in the tredshiftunload component ? The header option which amazon provides it writes the header into all the files which are split. In case of Union it will write the header only to first page/file only.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As my requirement is to have the headers in all the files. Please let me know how can we achieve this as each file is having a size of 6.2 GB ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Rahul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 07:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327493#M96871</guid>
      <dc:creator>Rahul_V</dc:creator>
      <dc:date>2019-06-21T07:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to use unload component in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327494#M96872</link>
      <description>Found Workaround: 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Use tRedshiftinputrow component and use your "unload query" to get the headers option in all the files. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Rahul</description>
      <pubDate>Tue, 25 Jun 2019 19:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-use-unload-component-in-talend/m-p/2327494#M96872</guid>
      <dc:creator>Rahul_V</dc:creator>
      <dc:date>2019-06-25T19:52:45Z</dc:date>
    </item>
  </channel>
</rss>

