<?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: (Talend -&amp;gt; Salesforce) Help on uploading data from multiple sources in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319652#M89873</link>
    <description>&lt;P&gt;That worked, now I just have to figure out a flow on Salesforce (having issues with creating duplicate accounts without related contacts, need to create a flow to delete accounts that do not have associated contacts in the related lists) and this project is done. I can very well take this issue to salesforce community and mark your answer as the fix, I appreciate everything you have done. Are you familiar at all with Salesforce and would potentially be able to assist me with this issue, or should I just go there?&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jul 2017 20:57:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-17T20:57:20Z</dc:date>
    <item>
      <title>(Talend -&gt; Salesforce) Help on uploading data from multiple sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319640#M89861</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have an almost finished build as shown below:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="almostfinal.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuwN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139626i7736B25433AE9B34/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuwN.png" alt="0683p000009LuwN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;my next issue to tackle is that the tFileInputExcel is mapped to a specific Excel file that I created and emailed to that account specifically for testing. In production, multiple excel files (filled out with the same column titles) will be emailed to this address, and automatically saved into the folder on my computer (via subjob 1), which we'll call "Folder 1". I need to have the information from each excel file uploaded into the salesforce environment through this process. Would it be more plausible to have&amp;nbsp;the first half of subjob 1 occur, then have a subjob&amp;nbsp;that will&amp;nbsp;combine all excel files in "Folder 1"&amp;nbsp;into one master file, then have that file be the specified file name in the tFileInputExcel, or is there a way to have it point to a directory instead of a specific file, where it would grab all excel files from&amp;nbsp;"Folder 1"&amp;nbsp;and upload them? I will have this job run once a day as to upload any new data that comes in.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319640#M89861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: (Talend -&gt; Salesforce) Help on uploading data from multiple sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319641#M89862</link>
      <description>&lt;P&gt;You can use a tFileList component with a file mask (*.xls or *.xlsx, I'd imagine) to get a list of Excel files in a folder. &amp;nbsp;You can connect that with an Iterate link to your input component to read in each file one at a time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a few projects here that do what you describe. &amp;nbsp;One job retrieves files from one or more sources and stores them in a folder. &amp;nbsp;Another job comes along later and processes all files in the folder, archiving them if the process is successful or shunting them off into a separate folder for review if there's an issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: I had a thought after posting. Since you appear to read the same Excel file multiple times, you may want to put the tFileList component in a parent job and connect it to a child job (your current job, minus the email extraction). You would set a context variable to the current file path in your tFileList iteration and use that variable in your tFileInputExcel components in the child job.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 19:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319641#M89862</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-07-07T19:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: (Talend -&gt; Salesforce) Help on uploading data from multiple sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319642#M89863</link>
      <description>&lt;P&gt;Cterenzi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you for the reply, I will research context variables and try to figure out what exactly needs to be done there to make that work. New to&amp;nbsp;talend, but I'm sure I'll be able to find help on that.&amp;nbsp;I also have the issue that Salesforce's latest update blocks duplicates, the job fails once it hits a contact that already exists; any idea on how to have it skip over repeats?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 17:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319642#M89863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T17:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: (Talend -&gt; Salesforce) Help on uploading data from multiple sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319643#M89864</link>
      <description>The tSalesforceOutput setting "Output Action" has an UPSERT option that may help. It should insert if a value is not present and update if it is.
&lt;BR /&gt;
&lt;BR /&gt;Otherwise, you'd probably have to retrieve the current list from salesforce and compare it to the incoming data, filtering out values where there's a match.</description>
      <pubDate>Wed, 12 Jul 2017 17:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319643#M89864</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-07-12T17:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: (Talend -&gt; Salesforce) Help on uploading data from multiple sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319644#M89865</link>
      <description>&lt;P&gt;Excellent, with UPSERT it does work on skipping duplicates. Would you mind going into more detail on your explanation on using tFileList and a context variable in a separate job to have it pull from all sheets in the folder?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 19:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319644#M89865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T19:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: (Talend -&gt; Salesforce) Help on uploading data from multiple sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319645#M89866</link>
      <description>&lt;P&gt;At it's simplest, it looks like the screenshot below. &amp;nbsp;In the child job, switch to the Contexts tab and click the green plus button to add a context variable. &amp;nbsp;Give it a name (I used "fileName") and the appropriate type (String). &amp;nbsp;In the parent job, add a tRunJob component configured to run the child job. &amp;nbsp;In the Context Param area, click the green plus button to add a parameter, select your new context variable from the Parameters dropdown, and in the correspond values area, add the global variable exposed by the tFileList component that contains the current filepath. &amp;nbsp;Pressing ctrl-space and scrolling down to find it can be easier than trying to type it exactly right.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Back in your child job, any place where you need to reference the file name, you type&amp;nbsp;&lt;STRONG&gt;context.fileName&lt;/STRONG&gt; and it will use the value set by the parent job.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talend child job iteration.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvFe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146750i8DE2187B98E9D2BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvFe.png" alt="0683p000009LvFe.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 21:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319645#M89866</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-07-12T21:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: (Talend -&gt; Salesforce) Help on uploading data from multiple sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319646#M89867</link>
      <description>&lt;P&gt;Excellent, just two more questions if you don't mind:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1. Any idea why the option to add a context param is greyed out? I've been messing with settings trying to get it to be available but I've been unsuccessful thus far.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2. When you say to reference "context.fileName" in the child job, would that be in the tFileInputExcel objects, or would I need to use an entirely different object?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I appreciate all your help so far.&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="Capture3.PNG" style="width: 959px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvFZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146421iEE450955EB31A659/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvFZ.png" alt="0683p000009LvFZ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 15:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319646#M89867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-14T15:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: (Talend -&gt; Salesforce) Help on uploading data from multiple sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319647#M89868</link>
      <description>You need to define the context variables in the child job first before you can set their values in the tRunJob in the parent job.&lt;BR /&gt;&lt;BR /&gt;And yes, when reading in the file, you would replace the File name/Stream setting of your tFileInputExcel components with your context variable.</description>
      <pubDate>Fri, 14 Jul 2017 20:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319647#M89868</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-07-14T20:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: (Talend -&gt; Salesforce) Help on uploading data from multiple sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319648#M89869</link>
      <description>&lt;P&gt;noted. I have created the parent and child job successfully, the child job remains the same as pictured above with the references set to context.fileName, and the parent job is as pictured below with each component details:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sc1.PNG" style="width: 732px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lv6T.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146781i766F26D7C56A8663/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lv6T.png" alt="0683p000009Lv6T.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&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;/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="sc2.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvUK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134148iBE372A77314084E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvUK.png" alt="0683p000009LvUK.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&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;When I try to run the parent job, it doesn't seem to do anything then disconnects, as shown below:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sc3.PNG" style="width: 631px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvGm.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156412iD7234E7ABA9575F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvGm.png" alt="0683p000009LvGm.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;any idea why&amp;nbsp;the process&amp;nbsp;is not reaching the runJob object?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 18:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319648#M89869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-17T18:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: (Talend -&gt; Salesforce) Help on uploading data from multiple sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319649#M89870</link>
      <description>The only reason I can think of that the child job wouldn't execute is if there are no files found by tFileList.</description>
      <pubDate>Mon, 17 Jul 2017 19:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319649#M89870</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-07-17T19:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: (Talend -&gt; Salesforce) Help on uploading data from multiple sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319650#M89871</link>
      <description>&lt;P&gt;Progress was made, I have got it to attempt to run, but am getting the following error message:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sc4.PNG" style="width: 969px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lv6E.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150700i421A67D8EBAE25E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lv6E.png" alt="0683p000009Lv6E.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 20:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319650#M89871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-17T20:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: (Talend -&gt; Salesforce) Help on uploading data from multiple sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319651#M89872</link>
      <description>Ensure that you don't have context.fileName wrapped in quotes in your tFileInputExcel component. It's a variable, not a string literal.</description>
      <pubDate>Mon, 17 Jul 2017 20:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319651#M89872</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-07-17T20:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: (Talend -&gt; Salesforce) Help on uploading data from multiple sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319652#M89873</link>
      <description>&lt;P&gt;That worked, now I just have to figure out a flow on Salesforce (having issues with creating duplicate accounts without related contacts, need to create a flow to delete accounts that do not have associated contacts in the related lists) and this project is done. I can very well take this issue to salesforce community and mark your answer as the fix, I appreciate everything you have done. Are you familiar at all with Salesforce and would potentially be able to assist me with this issue, or should I just go there?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 20:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319652#M89873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-17T20:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: (Talend -&gt; Salesforce) Help on uploading data from multiple sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319653#M89874</link>
      <description>I am not, but others here might be. I would recommend opening a new topic specific to your SF questions.</description>
      <pubDate>Mon, 17 Jul 2017 21:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-gt-Salesforce-Help-on-uploading-data-from-multiple/m-p/2319653#M89874</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-07-17T21:50:00Z</dc:date>
    </item>
  </channel>
</rss>

