<?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: Store a file in a varbinary DB field of sql server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226514#M18401</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does someone have any suggestion for me?&lt;/P&gt;&lt;P&gt;Appreciate any inputs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 19 Mar 2019 15:11:10 GMT</pubDate>
    <dc:creator>nivedhitha</dc:creator>
    <dc:date>2019-03-19T15:11:10Z</dc:date>
    <item>
      <title>Store a file in a varbinary DB field of sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226510#M18397</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have a table with schema as shown below&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2019-03-06 at 5.06.10 PM.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2fn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147569i0D1314667669CFBE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2fn.png" alt="0683p000009M2fn.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I have to save my source file(.xlsx) in the Mapping_Document_File field. Please provide me suggestions as to how to achieve this&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 22:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226510#M18397</guid>
      <dc:creator>nivedhitha</dc:creator>
      <dc:date>2019-03-06T22:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Store a file in a varbinary DB field of sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226511#M18398</link>
      <description>&lt;P&gt;Here you can see an example how to achieve this&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EaEAAU" target="_blank" rel="noopener"&gt;Inserting BLOB or CLOB data into a database&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 22:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226511#M18398</guid>
      <dc:creator>DataTeam1</dc:creator>
      <dc:date>2019-03-06T22:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Store a file in a varbinary DB field of sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226512#M18399</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; While you can load the file to the database, why didn't you question the designer for following this approach? Now, we are having modern cloud storage facilities like S3 where we can store the files in most secured fashion with minimum cost. Ideally it should be the approach instead of pushing the files inside DB.&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>Thu, 07 Mar 2019 04:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226512#M18399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-07T04:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Store a file in a varbinary DB field of sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226513#M18400</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPKNAA4"&gt;@DataTeam&lt;/A&gt;&amp;nbsp;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for your reply.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried doing it but what gets inserted into the table is a sequence of strings rather than my xlsx file.&lt;/P&gt; 
&lt;P&gt;The datatype of the field in my SQL Server table is Varbinary.. and if I import the schema in the Dboutput component, the type is object and the datatype is varbinary. so I copied the same schema to the output of tMap and followed the same steps as the link you provided.&lt;/P&gt; 
&lt;P&gt;And the output is &lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2019-03-07 at 11.14.14 AM.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2hA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129799i3F227C69E553CFEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2hA.png" alt="0683p000009M2hA.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Attaching the screenshots of tmap and dboutput&lt;/P&gt; 
&lt;P&gt;Schema as imported by dboutput component&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2019-03-07 at 11.17.59 AM.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2gr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142227i87882B2C194F35D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2gr.png" alt="0683p000009M2gr.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tmap&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2019-03-07 at 11.18.20 AM.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2hF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148520iFC87D908DEA69FE9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2hF.png" alt="0683p000009M2hF.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please let me know what is the issue here.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 16:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226513#M18400</guid>
      <dc:creator>nivedhitha</dc:creator>
      <dc:date>2019-03-07T16:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Store a file in a varbinary DB field of sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226514#M18401</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does someone have any suggestion for me?&lt;/P&gt;&lt;P&gt;Appreciate any inputs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 15:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226514#M18401</guid>
      <dc:creator>nivedhitha</dc:creator>
      <dc:date>2019-03-19T15:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Store a file in a varbinary DB field of sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226515#M18402</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/18134"&gt;@nivedhitha&lt;/A&gt;&amp;nbsp;I promise come back to your issue next week because now I have many other task to do in my work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Until then maybe&amp;nbsp;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/15531"&gt;@nthampi&lt;/A&gt;&amp;nbsp;can help you.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 08:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226515#M18402</guid>
      <dc:creator>DataTeam1</dc:creator>
      <dc:date>2019-03-20T08:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Store a file in a varbinary DB field of sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226516#M18403</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPKNAA4"&gt;@DataTeam&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you. Looking forward to your suggestion.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 21:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226516#M18403</guid>
      <dc:creator>nivedhitha</dc:creator>
      <dc:date>2019-03-21T21:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Store a file in a varbinary DB field of sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226517#M18404</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000003YkRbAAK"&gt;@nivedhitha&lt;/A&gt;&amp;nbsp;sorry for my absece.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Write me what do you want to store in database.&lt;/P&gt;
&lt;P&gt;I suppose you want to have xml string (content of xml file) instead of xml as binary format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 22:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226517#M18404</guid>
      <dc:creator>DataTeam1</dc:creator>
      <dc:date>2019-03-29T22:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Store a file in a varbinary DB field of sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226518#M18405</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPKNAA4"&gt;@DataTeam&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for getting back.&lt;/P&gt;
&lt;P&gt;Yeah right I want the file itself to be saved onto database. But my routine now just inserts a string.&lt;/P&gt;
&lt;P&gt;Any suggestions/corrections?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 04:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Store-a-file-in-a-varbinary-DB-field-of-sql-server/m-p/2226518#M18405</guid>
      <dc:creator>nivedhitha</dc:creator>
      <dc:date>2019-04-03T04:27:10Z</dc:date>
    </item>
  </channel>
</rss>

