<?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: Difference between extract and loader in ETL in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-extract-and-loader-in-ETL/m-p/54639#M5777</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Cynthia makes some good points about the differences between the extract transformation and the loaders. You might also look at the latest version of the SAS Data Integration Studio Users Guide here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/etlug/60948/PDF/default/etlug.pdf" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etlug/60948/PDF/default/etlug.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
which has a section called "Working with Loader Transformations" in the "Working with Transformations" chapter. This section lists and describes all of the loader transformations available in SAS Data Integration Studio.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps,&lt;BR /&gt;
Stuart Swain&lt;BR /&gt;
Senior Technical Writer&lt;BR /&gt;
SAS Institute</description>
    <pubDate>Fri, 07 Jan 2011 19:39:21 GMT</pubDate>
    <dc:creator>Stuart_sas_pubs</dc:creator>
    <dc:date>2011-01-07T19:39:21Z</dc:date>
    <item>
      <title>Difference between extract and loader in ETL</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-extract-and-loader-in-ETL/m-p/54637#M5775</link>
      <description>What is the difference between extract and loader in ETL.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.&lt;BR /&gt;
Regards,&lt;BR /&gt;
Arpit

Message was edited by: arpit</description>
      <pubDate>Sat, 25 Dec 2010 04:06:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-extract-and-loader-in-ETL/m-p/54637#M5775</guid>
      <dc:creator>arpit</dc:creator>
      <dc:date>2010-12-25T04:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between extract and loader in ETL</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-extract-and-loader-in-ETL/m-p/54638#M5776</link>
      <description>Hi:&lt;BR /&gt;
Perhaps using a dictionary would clarify the terms.&lt;BR /&gt;
&lt;BR /&gt;
For EXTRACT, from Dictionary.com:&lt;BR /&gt;
"4. to take or copy out (matter), as from a book. &lt;BR /&gt;
 5. to make excerpts from (a book, pamphlet, etc.)."&lt;BR /&gt;
 &lt;BR /&gt;
of course, since you are dealing with Tables in the ETL or DI Studio, what you are "extracting" is data from a SOURCE table. And, as it says in this user group paper:&lt;BR /&gt;
&lt;BR /&gt;
"The extract node is one of the simplest tools that DI Studio 9.1.3 provides. The code it generates is generally just creating a view as a SQL select."&lt;BR /&gt;
&lt;BR /&gt;
( &lt;A href="http://support.sas.com/resources/papers/proceedings10/039-2010.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings10/039-2010.pdf&lt;/A&gt; )&lt;BR /&gt;
&lt;BR /&gt;
And for LOAD, from Dictionary.com:&lt;BR /&gt;
"20. to place (film, tape, etc.) into a camera or other device: He loaded the film into the camera. &lt;BR /&gt;
 21. to place film, tape, etc., into (a camera or other device): How do you load this camera?"&lt;BR /&gt;
 &lt;BR /&gt;
Since you are dealing with data tables in the ETL or DI Studio, what you are "loading" is data from a SOURCE table into a TARGET table.&lt;BR /&gt;
 &lt;BR /&gt;
The acronym "ETL" is an industry-wide term -- meaning EXTRACT, TRANSFORM, LOAD. For example, Wikipedia has a very clear description of the concepts:&lt;BR /&gt;
&lt;A href="http://en.wikipedia.org/wiki/Etl" target="_blank"&gt;http://en.wikipedia.org/wiki/Etl&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
And within the context of SAS, you do the "extracting, transforming and loading" using SAS programs, or using SAS ETL Studio (older product) or using the new product, SAS DI (Data Integration) Studio.&lt;BR /&gt;
 &lt;BR /&gt;
If you are using the older ETL Studio, the user's guide is here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/onlinedoc/91pdf/sasdoc_913/etl_ug_8238.pdf" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/91pdf/sasdoc_913/etl_ug_8238.pdf&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
On page 6 of the ETL Studio documentation, it has this explanation of the relevant terms:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;Extract&lt;/I&gt;&lt;/B&gt;&lt;I&gt;&lt;/I&gt; data from sources such as SAS data sets,&lt;BR /&gt;
DBMS tables, and enterprise applications.&lt;BR /&gt;
   &lt;BR /&gt;
&lt;B&gt;&lt;I&gt;Transform&lt;/I&gt;&lt;/B&gt;&lt;I&gt;&lt;/I&gt; the data before writing it to the target&lt;BR /&gt;
data stores. For example, you might change the&lt;BR /&gt;
structure of your data by joining the contents of&lt;BR /&gt;
several tables into one table.&lt;BR /&gt;
      &lt;BR /&gt;
&lt;B&gt;&lt;I&gt;Load&lt;/I&gt;&lt;/B&gt;&lt;I&gt;&lt;/I&gt; the transformed data into the target data&lt;BR /&gt;
stores.&lt;BR /&gt;
&lt;BR /&gt;
I would suggest that you read the ETL Studio User's Guide (or the DI Studio User's Guide) in order to familiarize yourself with how ETL Studio works and how the terms "extract" and "load" are used in the context of ETL Studio.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Sat, 25 Dec 2010 15:14:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-extract-and-loader-in-ETL/m-p/54638#M5776</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-12-25T15:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between extract and loader in ETL</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-extract-and-loader-in-ETL/m-p/54639#M5777</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Cynthia makes some good points about the differences between the extract transformation and the loaders. You might also look at the latest version of the SAS Data Integration Studio Users Guide here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/etlug/60948/PDF/default/etlug.pdf" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etlug/60948/PDF/default/etlug.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
which has a section called "Working with Loader Transformations" in the "Working with Transformations" chapter. This section lists and describes all of the loader transformations available in SAS Data Integration Studio.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps,&lt;BR /&gt;
Stuart Swain&lt;BR /&gt;
Senior Technical Writer&lt;BR /&gt;
SAS Institute</description>
      <pubDate>Fri, 07 Jan 2011 19:39:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Difference-between-extract-and-loader-in-ETL/m-p/54639#M5777</guid>
      <dc:creator>Stuart_sas_pubs</dc:creator>
      <dc:date>2011-01-07T19:39:21Z</dc:date>
    </item>
  </channel>
</rss>

