<?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 Incremental Load, Error Logging, and notifications? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Incremental-Load-Error-Logging-and-notifications/m-p/2244492#M30626</link>
    <description>&lt;P&gt;Hi! Sorry for the many questions but I'm just learning about a lot of things that's possible except don't know how to execute the best practices.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So for my project, i'm loading data from MSSQL to Salesforce. To perform incremental loading, i created a new column in sql "talendRunTime" and every time the job is run, it will update the rows where talendRunTime is null. It will only query for those rows where talendRunTime is null too.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This will work...but encountered a small problem.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to only update talendRunTime column for the row that has successfully loaded data into Salesforce. The ones that gets rejected will not be updated. I have yet to figure out a way to do that.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So structure goes like this:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;MSSQLINPUT (where talendRunTime is null) &amp;gt; tmap &amp;gt; Salesforce --- if success &amp;gt; update that row with current date | if rejected &amp;gt; log error and email (don't update row with date, keep null)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any help would be greatly appreciated...thank you!!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:09:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T04:09:31Z</dc:date>
    <item>
      <title>Incremental Load, Error Logging, and notifications?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-Load-Error-Logging-and-notifications/m-p/2244492#M30626</link>
      <description>&lt;P&gt;Hi! Sorry for the many questions but I'm just learning about a lot of things that's possible except don't know how to execute the best practices.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So for my project, i'm loading data from MSSQL to Salesforce. To perform incremental loading, i created a new column in sql "talendRunTime" and every time the job is run, it will update the rows where talendRunTime is null. It will only query for those rows where talendRunTime is null too.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This will work...but encountered a small problem.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to only update talendRunTime column for the row that has successfully loaded data into Salesforce. The ones that gets rejected will not be updated. I have yet to figure out a way to do that.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So structure goes like this:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;MSSQLINPUT (where talendRunTime is null) &amp;gt; tmap &amp;gt; Salesforce --- if success &amp;gt; update that row with current date | if rejected &amp;gt; log error and email (don't update row with date, keep null)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any help would be greatly appreciated...thank you!!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-Load-Error-Logging-and-notifications/m-p/2244492#M30626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load, Error Logging, and notifications?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-Load-Error-Logging-and-notifications/m-p/2244493#M30627</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQVmAAO"&gt;@Zykros&lt;/A&gt;&amp;nbsp;.you can take the Row &amp;gt;&amp;gt;Main, reject from tsalesforceoutput component and can derive the required next steps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 05:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-Load-Error-Logging-and-notifications/m-p/2244493#M30627</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-11-08T05:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load, Error Logging, and notifications?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-Load-Error-Logging-and-notifications/m-p/2244494#M30628</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;hi! i'm not quite sure what you mean...the primary question i have is if i can update rows that's been successfully processed from sql to salesforce but not the rejected ones&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 15:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-Load-Error-Logging-and-notifications/m-p/2244494#M30628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-08T15:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load, Error Logging, and notifications?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-Load-Error-Logging-and-notifications/m-p/2244495#M30629</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQVmAAO"&gt;@Zykros&lt;/A&gt;&amp;nbsp;, yes, you can capture the success ones also using Row &amp;gt;&amp;gt;Manin from the tSalesforceoutput.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 09:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-Load-Error-Logging-and-notifications/m-p/2244495#M30629</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-11-12T09:52:04Z</dc:date>
    </item>
  </channel>
</rss>

