<?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: DBOutputBulk Component not returning the columns in the Schema in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/DBOutputBulk-Component-not-returning-the-columns-in-the-Schema/m-p/2233549#M23187</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;In your previous post, you have mentioned that you are running insert statements through tMSSQLDBInput. You are running lot of DB statements in a single tDBInput. Could you please add one select statement only per tDBInput and then join the tables using a tMap?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Mar 2019 04:11:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-08T04:11:54Z</dc:date>
    <item>
      <title>DBOutputBulk Component not returning the columns in the Schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DBOutputBulk-Component-not-returning-the-columns-in-the-Schema/m-p/2233548#M23186</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm dealing with MSSQLDBInput Component connected too a MSSQLDBOutputBulk component. My output is only returning the first column in my output. Not the second column (CodeDescription) which I have in my DBOutputBulk Schema.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can anyone see any issues that would be causing the outputbulk component to not include both fields I have listed in SS?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My&amp;nbsp;MSSQLDBInput has the following query&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"DECLARE @ApprovedClients AS TABLE (&lt;BR /&gt;ClientID NVARCHAR(10)&lt;BR /&gt;)&lt;/P&gt; 
&lt;P&gt;INSERT INTO @ApprovedClients VALUES&lt;BR /&gt;--Initial Go Live&lt;BR /&gt;('703'),('314'),('323'),&lt;BR /&gt;--TSA South --DEV ONLY: Added 2/28/19&lt;BR /&gt;('700'),('701'),('702'),('703'),('704'),('705'),('725'),&lt;BR /&gt;('726'),('727'),('728'),('729')&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;--TSM_DonorType_CCYYMMDD.TXT&lt;BR /&gt;SELECT DISTINCT&lt;BR /&gt;'000' + ClientID + [NewCode] AS CodeKey&lt;BR /&gt;,[CodeDescription]&lt;BR /&gt;FROM [YLM_Stage].[dbo].[MAP_OrganizationCodes]&lt;BR /&gt;CROSS APPLY @ApprovedClients&lt;BR /&gt;WHERE [YLM_InputFile] = 'Donor'&lt;BR /&gt;AND [FieldName] = 'Type'&lt;BR /&gt;ORDER BY 1,2"&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Output.PNG" style="width: 164px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2i3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143200iA2F9B9DBA17597B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2i3.png" alt="0683p000009M2i3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Schema.PNG" style="width: 983px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2i8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131442iA1EB46E46CB7333D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2i8.png" alt="0683p000009M2i8.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Components.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2hB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128715iECDD96BA45BCF8F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2hB.png" alt="0683p000009M2hB.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 22:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DBOutputBulk-Component-not-returning-the-columns-in-the-Schema/m-p/2233548#M23186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-07T22:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: DBOutputBulk Component not returning the columns in the Schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DBOutputBulk-Component-not-returning-the-columns-in-the-Schema/m-p/2233549#M23187</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;In your previous post, you have mentioned that you are running insert statements through tMSSQLDBInput. You are running lot of DB statements in a single tDBInput. Could you please add one select statement only per tDBInput and then join the tables using a tMap?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 04:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DBOutputBulk-Component-not-returning-the-columns-in-the-Schema/m-p/2233549#M23187</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-08T04:11:54Z</dc:date>
    </item>
  </channel>
</rss>

