<?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: Table loader append to exsting in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Table-loader-append-to-exsting/m-p/314569#M8991</link>
    <description>&lt;P&gt;Do we have any option to&amp;nbsp;do this setting in table loader? to make sure that I am not appending the latest data again?&lt;/P&gt;</description>
    <pubDate>Sun, 27 Nov 2016 09:37:26 GMT</pubDate>
    <dc:creator>89sankar</dc:creator>
    <dc:date>2016-11-27T09:37:26Z</dc:date>
    <item>
      <title>Table loader append to exsting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Table-loader-append-to-exsting/m-p/314549#M8989</link>
      <description>&lt;P&gt;When I use Table loader append to existing data, I get the latest data appended to old data. While doing this, incase of error of space issue, how to avoid appending again the latest data two times?&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 06:19:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Table-loader-append-to-exsting/m-p/314549#M8989</guid>
      <dc:creator>89sankar</dc:creator>
      <dc:date>2016-11-27T06:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table loader append to exsting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Table-loader-append-to-exsting/m-p/314555#M8990</link>
      <description>&lt;P&gt;There's no automatic way, assuming you're in base SAS. You need to define some rules on how to check if the process should proceed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 07:13:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Table-loader-append-to-exsting/m-p/314555#M8990</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-27T07:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table loader append to exsting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Table-loader-append-to-exsting/m-p/314569#M8991</link>
      <description>&lt;P&gt;Do we have any option to&amp;nbsp;do this setting in table loader? to make sure that I am not appending the latest data again?&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 09:37:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Table-loader-append-to-exsting/m-p/314569#M8991</guid>
      <dc:creator>89sankar</dc:creator>
      <dc:date>2016-11-27T09:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table loader append to exsting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Table-loader-append-to-exsting/m-p/314570#M8992</link>
      <description>&lt;P&gt;Are you referring to Data Integration Studio? Or DaraFlux!&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 09:40:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Table-loader-append-to-exsting/m-p/314570#M8992</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-27T09:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table loader append to exsting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Table-loader-append-to-exsting/m-p/314571#M8993</link>
      <description>&lt;P&gt;Data integration studio - Table loader transformation&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 09:41:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Table-loader-append-to-exsting/m-p/314571#M8993</guid>
      <dc:creator>89sankar</dc:creator>
      <dc:date>2016-11-27T09:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table loader append to exsting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Table-loader-append-to-exsting/m-p/314712#M9003</link>
      <description>&lt;P&gt;You could use&amp;nbsp;Update/Insert - but this will slow down performance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One of the advantages in using DIS and scheduling is more control over your processes. Executing the same job twice on the same data shouldn't happen (eg. once data loaded copy the data source to an archive directory as part of your process).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also maintain some sort of control table where you keep the max. date of data loaded; and you then use this max date in a where clause to only select newer dates from your source. Then have a post process which updates the control table with the latest max. date.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 03:48:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Table-loader-append-to-exsting/m-p/314712#M9003</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2016-11-28T03:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table loader append to exsting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Table-loader-append-to-exsting/m-p/314721#M9006</link>
      <description>&lt;P&gt;Thanks!! It helps.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 04:16:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Table-loader-append-to-exsting/m-p/314721#M9006</guid>
      <dc:creator>89sankar</dc:creator>
      <dc:date>2016-11-28T04:16:51Z</dc:date>
    </item>
  </channel>
</rss>

