<?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: Upload CSV format file into Salesforce using content versionobject through Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376577#M138698</link>
    <description>&lt;P&gt;Hello Rhall,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried but facing error shown below :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LvwLFAAZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153053i56216538D6F67E20/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LvwLFAAZ.png" alt="0695b00000LvwLFAAZ.png" /&gt;&lt;/span&gt;This is my flow design:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LvwLUAAZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132655i07C9D7D31E2A2826/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LvwLUAAZ.png" alt="0695b00000LvwLUAAZ.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LvwLeAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137275iF7BC57703AF4C2F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LvwLeAAJ.png" alt="0695b00000LvwLeAAJ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Lvw95AAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134543i79A4799E291C75D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Lvw95AAB.png" alt="0695b00000Lvw95AAB.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please me by correcting in flow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;Anjali Kumari&lt;/P&gt;</description>
    <pubDate>Mon, 06 Dec 2021 07:25:03 GMT</pubDate>
    <dc:creator>Priyank2</dc:creator>
    <dc:date>2021-12-06T07:25:03Z</dc:date>
    <item>
      <title>Upload CSV format file into Salesforce using content versionobject through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376575#M138696</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an requirement to attach csv format file in salesforce using content version object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone please help me to know how it can be achieve using Talend?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376575#M138696</guid>
      <dc:creator>Priyank2</dc:creator>
      <dc:date>2024-11-15T23:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV format file into Salesforce using content versionobject through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376576#M138697</link>
      <description>&lt;P&gt;You can do this using a tSalesforceOutput component and a bit of code (maybe used in a tMap) to convert your file to a Base64 byte array. Try this out in a sandbox first.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My tMap connected to my tSalesforceOutput component looks like this......&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LvjUOAAZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149475i89100C87D387D60B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LvjUOAAZ.png" alt="0695b00000LvjUOAAZ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "Lithium_Href__c" is a bespoke field that I added for other purposes (tracing between environments).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The routine I used to convert the file to a byte array is below....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;package&lt;/B&gt; routines;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;import&lt;/B&gt; java.io.File;&lt;/P&gt;&lt;P&gt;&lt;B&gt;import&lt;/B&gt; java.io.IOException;&lt;/P&gt;&lt;P&gt;&lt;B&gt;import&lt;/B&gt; java.nio.charset.StandardCharsets;&lt;/P&gt;&lt;P&gt;&lt;B&gt;import&lt;/B&gt; java.nio.file.Files;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;import&lt;/B&gt; org.apache.commons.codec.binary.Base64;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;public&lt;/B&gt; &lt;B&gt;class&lt;/B&gt; Base64File {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;	&lt;B&gt;public&lt;/B&gt; &lt;B&gt;static&lt;/B&gt; byte[] encodeFileToBase64Binary(String fileName) &lt;B&gt;throws&lt;/B&gt; IOException {&lt;/P&gt;&lt;P&gt;	&amp;nbsp;&amp;nbsp;File file = &lt;B&gt;new&lt;/B&gt; File(fileName);&amp;nbsp;&lt;/P&gt;&lt;P&gt;	&amp;nbsp;&amp;nbsp;&lt;B&gt;byte&lt;/B&gt;[] encoded = Base64.&lt;I&gt;encodeBase64&lt;/I&gt;(Files.&lt;I&gt;readAllBytes&lt;/I&gt;(file.toPath()));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;	&amp;nbsp;&amp;nbsp;&lt;B&gt;return&lt;/B&gt; encoded;&lt;/P&gt;&lt;P&gt;	}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 15:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376576#M138697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-03T15:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV format file into Salesforce using content versionobject through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376577#M138698</link>
      <description>&lt;P&gt;Hello Rhall,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried but facing error shown below :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LvwLFAAZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153053i56216538D6F67E20/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LvwLFAAZ.png" alt="0695b00000LvwLFAAZ.png" /&gt;&lt;/span&gt;This is my flow design:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LvwLUAAZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132655i07C9D7D31E2A2826/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LvwLUAAZ.png" alt="0695b00000LvwLUAAZ.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LvwLeAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137275iF7BC57703AF4C2F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LvwLeAAJ.png" alt="0695b00000LvwLeAAJ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Lvw95AAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134543i79A4799E291C75D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Lvw95AAB.png" alt="0695b00000Lvw95AAB.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please me by correcting in flow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;Anjali Kumari&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 07:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376577#M138698</guid>
      <dc:creator>Priyank2</dc:creator>
      <dc:date>2021-12-06T07:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV format file into Salesforce using content versionobject through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376578#M138699</link>
      <description>&lt;P&gt;Did you create the Routine that I posted? The code in my previous post.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 10:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376578#M138699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-06T10:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV format file into Salesforce using content versionobject through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376579#M138700</link>
      <description>&lt;P&gt;Yes I created routine as you mentioned earlier( and for help I am using 7.2 talend version).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LvxdUAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134637i479CE04F0C307075/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LvxdUAAR.png" alt="0695b00000LvxdUAAR.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 12:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376579#M138700</guid>
      <dc:creator>Priyank2</dc:creator>
      <dc:date>2021-12-06T12:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV format file into Salesforce using content versionobject through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376580#M138701</link>
      <description>&lt;P&gt;Your Routine is called Base64File, but your use of it refers to Base64 and not Base64File. This is my fault. When I showed a screenshot, my Routine was called differently the to example I shared in code. Adjust this in your tMap and you should get a bit further.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 12:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376580#M138701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-06T12:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV format file into Salesforce using content versionobject through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376581#M138702</link>
      <description>&lt;P&gt;Hello Rhall,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes it worked now Many Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  but now I am getting NoSuchFileException  can you also help me know how to pass file in versiondata field? For example I have a File named Testrecords.csv (It contains 2 columns : Id,Name).&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 03:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376581#M138702</guid>
      <dc:creator>Priyank2</dc:creator>
      <dc:date>2021-12-07T03:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV format file into Salesforce using content versionobject through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376582#M138703</link>
      <description>&lt;P&gt;I missed this in your screenshot. You are not meant to read the file, you just need to pass the path to the file and filename. The routine reads the file and does the work there. Essentially, the value you get from the tFileList should be sufficient.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 10:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376582#M138703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-07T10:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV format file into Salesforce using content versionobject through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376583#M138704</link>
      <description>&lt;P&gt;I understand you but how to implement it in job facing difficulty,now tMap part is OK but how to design flow before it? can you please share full job to know exactly which component to use in order to pass filepath?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For an example : I used tFileList to select file ----&amp;gt;this is OK&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;now what is right approach after this before tmap?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LwCJ0AAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152895iC95F274C3561CB37/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LwCJ0AAN.png" alt="0695b00000LwCJ0AAN.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 16:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376583#M138704</guid>
      <dc:creator>Priyank2</dc:creator>
      <dc:date>2021-12-07T16:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV format file into Salesforce using content versionobject through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376584#M138705</link>
      <description>&lt;P&gt;If you connect a tFixedFlowInput to your tFileList, then use the globalMap variable from the tFileList in the schema of your tFixedFlowInput, you can pass the file path to the routine. It would look somewhat like this....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LwCfQAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154329i67B5D89626EE5338/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LwCfQAAV.png" alt="0695b00000LwCfQAAV.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 16:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376584#M138705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-07T16:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV format file into Salesforce using content versionobject through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376585#M138706</link>
      <description>&lt;P&gt;Yes It worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am grateful for your support, Thank you very much Rhall&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 04:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376585#M138706</guid>
      <dc:creator>Priyank2</dc:creator>
      <dc:date>2021-12-08T04:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV format file into Salesforce using content versionobject through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376586#M138707</link>
      <description>&lt;UL&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000UxGcsAAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133226iC057F461B3D67988/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000UxGcsAAF.png" alt="0695b00000UxGcsAAF.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000UxGcnAAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135874i81E62A90CA876693/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000UxGcnAAF.png" alt="0695b00000UxGcnAAF.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000UxGciAAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142625i0F5878F18A1095EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000UxGciAAF.png" alt="0695b00000UxGciAAF.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000UxGdbAAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139536iFF2026FFFF3BBBA9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000UxGdbAAF.png" alt="0695b00000UxGdbAAF.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000UxGdWAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139683iBC7381ADF7D61BE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000UxGdWAAV.png" alt="0695b00000UxGdWAAV.png" /&gt;&lt;/span&gt;&lt;B&gt;Hello , &lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;B&gt;i am trying to do the same, but converting my txt file it return a null value&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Aug 2022 16:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376586#M138707</guid>
      <dc:creator>AGHADI1661012061</dc:creator>
      <dc:date>2022-08-20T16:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV format file into Salesforce using content versionobject through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376587#M138708</link>
      <description>&lt;P&gt;Hi Priyank,&lt;/P&gt;&lt;P&gt;I have a similar requirement. I need to attach files as into salesforce. Can you please share the screenshot of your job and the tmap?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 07:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376587#M138708</guid>
      <dc:creator>talend_learner</dc:creator>
      <dc:date>2022-10-10T07:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV format file into Salesforce using content versionobject through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376588#M138709</link>
      <description>&lt;P&gt;Hi Priyank,&lt;/P&gt;&lt;P&gt;I have a similar requirement. I need to attach files as into salesforce. Can you please share the screenshot of your job and the tmap?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 07:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376588#M138709</guid>
      <dc:creator>talend_learner</dc:creator>
      <dc:date>2022-10-10T07:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV format file into Salesforce using content versionobject through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376589#M138710</link>
      <description>&lt;P&gt;I believe that is everything required in the job. I do not have a copy of this job anymore so cannot show you the tMap I am afraid.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 10:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Upload-CSV-format-file-into-Salesforce-using-content/m-p/2376589#M138710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-10T10:55:49Z</dc:date>
    </item>
  </channel>
</rss>

