<?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 Filters in Table Loader transformation in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/602772#M18372</link>
    <description>Is there a way to apply a filter (where clause) in Table loader transformation?</description>
    <pubDate>Fri, 08 Nov 2019 16:44:19 GMT</pubDate>
    <dc:creator>David_Billa</dc:creator>
    <dc:date>2019-11-08T16:44:19Z</dc:date>
    <item>
      <title>Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/602772#M18372</link>
      <description>Is there a way to apply a filter (where clause) in Table loader transformation?</description>
      <pubDate>Fri, 08 Nov 2019 16:44:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/602772#M18372</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2019-11-08T16:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/602929#M18375</link>
      <description>&lt;P&gt;You can subset data in the Table Loader Properties under tab Table Options, Advanced.&lt;/P&gt;
&lt;P&gt;What you get there will depend on the type of your source table (SAS or a database) but there will be a place where you can enter a condition to subset the data.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 23:32:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/602929#M18375</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-11-08T23:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/602979#M18376</link>
      <description>I'm dealing with SAS dataset as a source. So can I understand that I can write a where clause in advanced options under the tab table options?</description>
      <pubDate>Sat, 09 Nov 2019 12:41:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/602979#M18376</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2019-11-09T12:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/603023#M18377</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/292396"&gt;@David_Billa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I'm dealing with SAS dataset as a source. So can I understand that I can write a where clause in advanced options under the tab table options?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, that's correct.&lt;/P&gt;
&lt;P&gt;There is an entry field for a WHERE condition there. DIS will then use this condition to subset the source table.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc append base=target data=source(where=(&amp;lt;condition as defined&amp;gt;));
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Nov 2019 23:22:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/603023#M18377</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-11-10T23:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/604033#M18402</link>
      <description>&lt;P&gt;My source table is SQL database table now. However I'm not seeing the place where I can write a condition to subset the data. I could see that can write a WHERE clause under advanced Options if my source table is SQL Server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 07:36:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/604033#M18402</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2019-11-14T07:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/604082#M18407</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/292396"&gt;@David_Billa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;My source table is SQL database table now. However I'm not seeing the place where I can write a condition to subset the data. I could see that can write a WHERE clause under advanced Options if my source table is SQL Server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't have an environment with SQL Server so can't tell you how the UI looks like for this situation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here how it looks like for Hadoop.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33945i3522F23F3407B7EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you really can't find a spot to define a where condition then another option is to use a SQL Join transformation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just remove the join condition so it only uses a single table as input, define the where condition and the output as a view. Then feed the view as source to the table loader. Doing it this way should still generate code that fully executes in-database as long as you don't use SAS functions in the where clause which SAS can't put to the database for execution.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 12:50:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/604082#M18407</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-11-14T12:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/604167#M18409</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MSSQL Source Table to Table Loader" style="width: 591px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33954i206AD6B34743605E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 11-14-19 at 11.08 AM.PNG" alt="MSSQL Source Table to Table Loader" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;MSSQL Source Table to Table Loader&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Table Loader to MSSQL Target Table" style="width: 591px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33955i9FE0CD4E7AF31512/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 11-14-19 at 11.09 AM.PNG" alt="Table Loader to MSSQL Target Table" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Table Loader to MSSQL Target Table&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Generated code" style="width: 497px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33956i2CF3AC97F139E3CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 11-14-19 at 11.20 AM.PNG" alt="Generated code" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Generated code&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Generated code" style="width: 497px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33957iE91FF3DD76F584E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 11-14-19 at 11.19 AM.PNG" alt="Generated code" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Generated code&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 16:23:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/604167#M18409</guid>
      <dc:creator>RLigtenberg</dc:creator>
      <dc:date>2019-11-14T16:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/604173#M18410</link>
      <description>Should I do anything in the table loader transformation before I get the&lt;BR /&gt;generated code?&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Nov 2019 16:31:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/604173#M18410</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2019-11-14T16:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/604209#M18411</link>
      <description>&lt;P&gt;Type the code in the text fields shown in the first two screen shots.&lt;/P&gt;
&lt;P&gt;where=(x=1)&lt;/P&gt;
&lt;P&gt;where=(y=2)&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 17:50:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/604209#M18411</guid>
      <dc:creator>RLigtenberg</dc:creator>
      <dc:date>2019-11-14T17:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622133#M18739</link>
      <description>&lt;P&gt;May I know whats the load technique in your example? I've the load technique as below and it is not subsetting the data from target SQL table. Calling &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp; also for the help.&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="Table_loader.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35843iF12B1BCE94DDB967/image-size/large?v=v2&amp;amp;px=999" role="button" title="Table_loader.PNG" alt="Table_loader.PNG" /&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;I've given the filter condition under Table Options in General&amp;nbsp; and Advanced but it is not working. If I see the code under CODE tab it is like 'insert into (where=(&amp;lt;condition&amp;gt;)) select *....' and it is simply loading all the data from source instead of filtering the data based on condition.&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="table_options.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35844i2981E8240E55F71F/image-size/large?v=v2&amp;amp;px=999" role="button" title="table_options.png" alt="table_options.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 07:37:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622133#M18739</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2020-02-04T07:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622331#M18740</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/292396"&gt;@David_Billa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm observing the similar code generation when using the "insert (SQL)" for new rows: The where condition doesn't get generated.&lt;/P&gt;
&lt;P&gt;If I use "Append" then the where clause gets generated as a table option - I can't test it but I believe that's not valid syntax for database tables and the access engine won't push such syntax to the database for execution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For what you've posted: &lt;FONT face="courier new,courier"&gt;insert into &lt;FONT color="#FF0000"&gt;(where=(&amp;lt;condition&amp;gt;))&lt;/FONT&gt; select *....&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Don't use such a table option on the target table. You need to sub-set the source table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If going for SQL INSERT code then why not use SQL transformation "Insert Rows". There things work and you can sub-set the source table as you need to.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 576px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35860i1E7F09A12ECBE5A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 23:48:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622331#M18740</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-02-04T23:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622345#M18741</link>
      <description>I believe "append" will work as it filter the record from the source table.&lt;BR /&gt;In my case source and target table is SQL table.&lt;BR /&gt;&lt;BR /&gt;How do you say "append" might not work?&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Feb 2020 02:14:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622345#M18741</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2020-02-05T02:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622347#M18742</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/292396"&gt;@David_Billa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I believe "append" will work as it filter the record from the source table.&lt;BR /&gt;In my case source and target table is SQL table.&lt;BR /&gt;&lt;BR /&gt;How do you say "append" might not work?&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Well, just try it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the table loader with Append DIS will generate code as below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let etls_tableOptions= %nrquote(where=(&amp;lt;condition));

proc append base=target data=source(&amp;amp;etls_tableOptions);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;As said I can't test it but I believe using a where clause as a table option only works for SAS tables but not for data base tables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If source and target are both SQL tables then I'd be using the SQL insert transformation in any case. I'd also select "yes" for explicit pass-through as documented &lt;A href="https://go.documentation.sas.com/?docsetId=etlug&amp;amp;docsetTarget=n0o4rbvvosnwran10wcv2e4ewyvd.htm&amp;amp;docsetVersion=4.904&amp;amp;locale=en" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"...open the properties window for the transformation and click the Options tab. Specify Yes for the Database pass-through option"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 02:44:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622347#M18742</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-02-05T02:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622348#M18743</link>
      <description>Append seem to be working with SQL tables as well. If you have DB tables&lt;BR /&gt;you can give  a try.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Feb 2020 02:44:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622348#M18743</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2020-02-05T02:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622349#M18744</link>
      <description>&lt;P&gt;If you add the following options before the append/insert code then SAS will write to the log what it sends to the database for execution.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options sastrace=',,,d' sastraceloc=saslog nostsuffix;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Make sure that the process executes fully in-database and that SAS doesn't pull anything to the SAS side for sub-setting the rows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Again: I would use the SQL INSERT transformation as there you can set up things "directly" and closer to the actual code to be executed.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 02:48:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622349#M18744</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-02-05T02:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622478#M18751</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/292396"&gt;@David_Billa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The answers so far shows that a condition can be put into a table loader, &lt;STRONG&gt;but it is a bad idea&lt;/STRONG&gt;, because it obscures what's going on and makes maintenance and troubleshooting a hell in the long run. I know from long experience...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the job is opened, there is nothing on the canvas to tell that the loader has been tampered with down in the third subpane, so everybody would exepect it to be 1:1, The same with mapping and recoding. Don't drop variables or add expressions in the loader.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it takes less than a minute to insert an exctact (with output as a view) before the loader and do any subsetting and recoding there. Creating a view doesn't use any ressources, anyone opening the job can see that something is going on, and it is much easier to figure out what happens, because it is found in the where- and mapping-panes, not hidden in a subpane most people doesn't even know exists..&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 15:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622478#M18751</guid>
      <dc:creator>ErikLund_Jensen</dc:creator>
      <dc:date>2020-02-05T15:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in Table Loader transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622572#M18756</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12887"&gt;@ErikLund_Jensen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just adding some opinion:&lt;/P&gt;
&lt;P&gt;- Where clause in table loader: Whenever you do something "special" in a transformation add some comment so it does become visible on the job canvas.&lt;/P&gt;
&lt;P&gt;- Using views for in-database processing means that you must be allowed to create such views in the database and you also need to drop the view after the load. That's another reason why I'd be using a SQL Insert transformation instead of the Table Loader.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 23:20:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Filters-in-Table-Loader-transformation/m-p/622572#M18756</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-02-05T23:20:15Z</dc:date>
    </item>
  </channel>
</rss>

