<?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 Which componentg to insert files stored within MS SQL into Salesforce? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Which-componentg-to-insert-files-stored-within-MS-SQL-into/m-p/2325618#M95196</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have files store within a column in base 64 codes within a MS SQL database, which I need to insert into Salesforce Files. I'm not sure which Talend components should I be using. Any suggestion would be appreciated, thanks.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:37:41 GMT</pubDate>
    <dc:creator>JSey</dc:creator>
    <dc:date>2024-11-16T00:37:41Z</dc:date>
    <item>
      <title>Which componentg to insert files stored within MS SQL into Salesforce?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-componentg-to-insert-files-stored-within-MS-SQL-into/m-p/2325618#M95196</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have files store within a column in base 64 codes within a MS SQL database, which I need to insert into Salesforce Files. I'm not sure which Talend components should I be using. Any suggestion would be appreciated, thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-componentg-to-insert-files-stored-within-MS-SQL-into/m-p/2325618#M95196</guid>
      <dc:creator>JSey</dc:creator>
      <dc:date>2024-11-16T00:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Which componentg to insert files stored within MS SQL into Salesforce?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-componentg-to-insert-files-stored-within-MS-SQL-into/m-p/2325619#M95197</link>
      <description>&lt;P&gt;Hello @Johnny Sey​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tSalesforceOutputBulk&amp;nbsp;and&amp;nbsp;tSalesforceBulkExec&amp;nbsp;components are used together to output the needed file and then execute intended actions on the file for your Salesforce.com. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help Documentation: https://help.talend.com/r/mjoDghHoMPI0yuyZ83a13Q/F~g5Eg5ePLeqw6LDRDD33g&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please revert back to the community, if needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vaishnavi&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 16:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-componentg-to-insert-files-stored-within-MS-SQL-into/m-p/2325619#M95197</guid>
      <dc:creator>prg</dc:creator>
      <dc:date>2021-02-11T16:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Which componentg to insert files stored within MS SQL into Salesforce?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-componentg-to-insert-files-stored-within-MS-SQL-into/m-p/2325620#M95198</link>
      <description>&lt;P&gt;In the end I was able to use tSalesforceoutput to create the new contentversion records.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In MS SQL, the files were store in 64 bit, and in the schema it was read as a string.  In Salesforce, the field to store the data is call version data on content version object, and the schema is set as byte.  In the tmap, I had to use .getBytes() to convert the base64 into byte for the tmap to work.  In the tmap:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;row1.DocumentBody map to row1.DocumentBodygetBytes() to the VersionData&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also make sure to set the commit level of the Salesforce output to 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 18:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-componentg-to-insert-files-stored-within-MS-SQL-into/m-p/2325620#M95198</guid>
      <dc:creator>JSey</dc:creator>
      <dc:date>2021-03-11T18:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Which componentg to insert files stored within MS SQL into Salesforce?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-componentg-to-insert-files-stored-within-MS-SQL-into/m-p/2325621#M95199</link>
      <description>&lt;P&gt;Hello @Johnny Sey​,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please share a screenshot of the process flow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Sun, 28 Mar 2021 16:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-componentg-to-insert-files-stored-within-MS-SQL-into/m-p/2325621#M95199</guid>
      <dc:creator>kholio_ak</dc:creator>
      <dc:date>2021-03-28T16:28:44Z</dc:date>
    </item>
  </channel>
</rss>

