<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.blackbaud.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The User&amp;#39;s Edge : extensions</title><link>http://forums.blackbaud.com/blogs/raisersedge/archive/tags/extensions/default.aspx</link><description>Tags: extensions</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Debug Build: 20611.960)</generator><item><title>Import Insight: The Art of Importing</title><link>http://forums.blackbaud.com/blogs/raisersedge/archive/2009/03/11/the-art-of-importing.aspx</link><pubDate>Wed, 11 Mar 2009 15:07:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:40095</guid><dc:creator>Kevin Brunson</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/raisersedge/rsscomments.aspx?PostID=40095</wfw:commentRss><comments>http://forums.blackbaud.com/blogs/raisersedge/archive/2009/03/11/the-art-of-importing.aspx#comments</comments><description>&lt;p&gt;“Importing is &lt;a class="" href="http://en.wikipedia.org/wiki/Forrest_Gump" target="_blank"&gt;like a box of chocolates&lt;/a&gt;, you never know what you’re going to get”.&amp;nbsp; That might not be the exact quote, but there are many types of imports, each with its’ own flavor.&amp;nbsp; Some imports are complex and require more information such as linked fields, while others are simple.&amp;nbsp; Some imports allow importing the same field multiple times, such as phone numbers which use extensions.&amp;nbsp; Sometimes you might not have the unique ID (Import ID, Constituent ID, or SSN) of records in your database.&amp;nbsp; Other times you might not be importing new records, but instead making updates to existing records in your database.&lt;/p&gt;
&lt;p&gt;My next few posts will focus on importing, and will touch on some of the above scenarios.&lt;/p&gt;
&lt;p&gt;Let’s start with a simple import.&amp;nbsp; This is a long post, but stick with it; you&amp;#39;ll&amp;nbsp;see importing is much easier than it sounds.&amp;nbsp; In this example we&amp;#39;ll&amp;nbsp;import new constituent records with&amp;nbsp;an addressee and salutation,&amp;nbsp;address, phone number, and email address.&lt;/p&gt;
&lt;p&gt;You can create a new file in&amp;nbsp;Excel, or you can follow along using this &lt;a class="" href="http://www.blackbaud.com/files/support/kb/re7import/7nameaddressphone.csv" target="_blank"&gt;pre-configurated import file&lt;/a&gt;&amp;nbsp;(save the file to your desktop).&amp;nbsp;&amp;nbsp;In the first row of the file we need to add our header fields.&amp;nbsp; These fields will map the fields from the import file to the appropriate location in the database.&lt;br /&gt;&lt;a class="" href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB5459" target="_blank"&gt;ImportID&lt;/a&gt;, &lt;a class="" href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB520715" target="_blank"&gt;KeyInd&lt;/a&gt;, Titl1, FirstName, MidName, LastName, OrgName, &lt;a class="" href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB520702" target="_blank"&gt;PrimAddID&lt;/a&gt;, &lt;a class="" href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB520702" target="_blank"&gt;PrimSalID&lt;/a&gt;, &lt;a class="" href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB91758" target="_blank"&gt;AddrImpID&lt;/a&gt;, PrefAddr, AddrType, AddrLines, AddrCity, AddrState, AddrZIP, &lt;a class="" href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB159170" target="_blank"&gt;PhoneAddrImpID&lt;/a&gt;, &lt;a class="" href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB159171" target="_blank"&gt;PhoneImpID&lt;/a&gt;, PhoneNum, PhoneType, PhoneAddrImpID, PhoneImpID, PhoneNum, PhoneType&lt;/p&gt;
&lt;p&gt;Note: you can type whatever text you like as your import headers; however, the advantage of using the Raiser&amp;#39;s Edge headers is they will automatically map to&amp;nbsp;the correct fields later.&amp;nbsp; If&amp;nbsp;you choose to use your own headers,&amp;nbsp;you will have to map&amp;nbsp;your headers to the appropriate&amp;nbsp;fields later in the process.&lt;/p&gt;Brief information on some of the header fields above. 
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;ImportID - you don&amp;#39;t have to use the Import ID, you can also use Constituent ID or Social Security Number.&amp;nbsp; For new records you can leave this blank if you want, or you can assign your own value.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;KeyInd -&amp;nbsp;this tells Raiser&amp;#39;s Edge whether the record is an individual or organization (use&amp;nbsp;&amp;#39;I&amp;#39; for individuals and &amp;#39;O&amp;#39; for organizations).&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;PrimAddID and PrimSalID - this is the format to use for addressee and salutation.&amp;nbsp; To get the desired value go to&amp;nbsp;Configuration, Addressee/Salutations.&amp;nbsp; Select File, Preview, Addressee/Salutations Report.&amp;nbsp; Note the&amp;nbsp;ID number&amp;nbsp;on the report next to the sample addressee/salutation.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;AddrImpID - this is the import ID for the address record.&amp;nbsp; If you are going to also import phone numbers, we need to assign this value now, so we can link the phone number to this address.&amp;nbsp; We will talk about linking phone numbers to addresses in the next bullet.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;PhoneAddrImpID -&amp;nbsp;use this&amp;nbsp;field&amp;nbsp;to link phone numbers to addresses.&amp;nbsp; The field&amp;nbsp;value must match the import ID of the address&amp;nbsp;(AddrImpID) field.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;After adding the header fields on the first row of the import file we can begin adding information for the new records on the 2nd line of our file, for example:&lt;br /&gt;C897,I,Mr.,James,C.,Maple,,6,16,A345,Yes,Home,347 Campbell St/nApt 2,Atlanta,GA,30096,A345,P246,4048975623,Home,A345,P247,4048795621,Cell Phone&lt;/p&gt;
&lt;p&gt;The commas above represent a new cell in your excel file.&amp;nbsp; So &amp;#39;C897&amp;#39; should go in the first cell with the header &amp;#39;ImportID&amp;#39;.&amp;nbsp; &amp;#39;I&amp;#39; should go in the 2nd cell with the header &amp;#39;KeyInd&amp;#39;.&amp;nbsp; So on and so forth.&amp;nbsp; If there are two commas together with nothing in them, that represents a blank data cell for that field.&amp;nbsp; Your file should appear like this:&lt;br /&gt;&lt;br /&gt;&lt;img title="sample import file layout" style="WIDTH:940px;HEIGHT:81px;" height="81" alt="sample import file layout" src="http://www.blackbaud.com/files/blogs/imppic.jpg" width="940" /&gt;&lt;br /&gt;&lt;br /&gt;Continue adding records&amp;nbsp;by going to the next line in the file.&lt;br /&gt;When finished, save your file in CSV (comma separated values) format and close the file.&lt;/p&gt;
&lt;p&gt;To import these records go to Import, select Constituent from the Constituent category and click New.&lt;/p&gt;On the General Tab select: 
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;What do you want to do?&amp;nbsp; Update existing records&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Options:&amp;nbsp; Import records not found as new records and &lt;a class="" href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB520394" target="_blank"&gt;Use duplicate criteria for new records&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;What file do you wish to import?&amp;nbsp; Browse to the import file&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;How do you want the system to identify existing constituents?&amp;nbsp; Use the Import ID&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;What is the format of this import file?&amp;nbsp; Delimited&lt;br /&gt;&lt;br /&gt;Note about the above selections.&amp;nbsp; I selected to &amp;#39;Update existing records&amp;#39; because it&amp;#39;s possible&amp;nbsp;records in our import file may already exist in the database.&amp;nbsp; By selecting to update existing records, and then &amp;#39;Import records not found as new records and &lt;a class="" href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB520394" target="_blank"&gt;Use duplicate criteria for new records&lt;/a&gt;&amp;#39;, we are using the tools in Raiser&amp;#39;s Edge to try to prevent duplicate records.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;On the File Layout Tab select:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;Field Separators and Text Qualifiers:&amp;nbsp; Comma, Quotation&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Import Field Names:&amp;nbsp; Field names are on the first line of the import file&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Sample Import Format:&amp;nbsp; Verify the first few rows of the import file&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;On the Fields Tab:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;Ensure all rows in the Field to Import column are mapped to the correct field in the Raiser&amp;#39;s Edge column.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Check the &lt;a class="" href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB135063" target="_blank"&gt;Extensions column&lt;/a&gt;.&amp;nbsp; Groupings of phone numbers in the file must share the same extension.&lt;br /&gt;&lt;br /&gt;The fields tab should appear like this after the fields are mapped:&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;div style="FLOAT:left;"&gt;&lt;img style="BORDER-RIGHT:0px;BORDER-TOP:0px;BORDER-LEFT:0px;WIDTH:320px;BORDER-BOTTOM:0px;HEIGHT:374px;" alt="Fields Tab" src="http://www.blackbaud.com/files/blogs/imptab.gif" /&gt;&lt;/div&gt;
&lt;p&gt;One item to point out on this screen is the Extension column.&amp;nbsp; This column is used when the same field is being imported multiple times.&amp;nbsp; In this example we are importing multiple phone numbers.&amp;nbsp; The first set of phone fields will have a value of &amp;#39;00&amp;#39; in the extension column, the second set will have value &amp;#39;01&amp;#39;.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;p&gt;On the Summary Tab:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;Check the appropriate checkboxes. At the least, I suggest marking the Create control report option. The other options can also&amp;nbsp;be helpful depending on what you are importing.&lt;br /&gt;&lt;br /&gt;Note about the options on the Summary Tab.&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;The &amp;#39;Create exception file of records not updated/imported&amp;#39; option is good&amp;nbsp;to check in the event that you have exceptions during the import process, this option will create a new file with any&amp;nbsp;exceptions.&amp;nbsp; For example, maybe a required field is missing on some of the records in your import file, selecting this option will kick the record into a new exception file.&amp;nbsp; You can then&amp;nbsp;open the file of exceptions, make any required changes, and then import the exception file.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&amp;#39;Create an output query of the records imported&amp;#39;.&amp;nbsp; Use this option if you need to do a mailing for the newly added records.&amp;nbsp; You can use the output query in the Mail or Export module to create your mailing.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&amp;#39;Create an output query of the records updated&amp;#39;.&amp;nbsp; Similiar to the above option, but this is for records that have updates made to them.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&amp;#39;Create control report&amp;#39;.&amp;nbsp; As a general rule I suggest always keeping this checked, it is great tool to confirm the results of the import.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;For more information on a simple import like this one, please check out Knowledgebase solution &lt;a class="" href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB5765" target="_blank"&gt;BB5765&lt;/a&gt;, which provides more details and a link to the sample file from above.&lt;/p&gt;
&lt;p&gt;Stay tuned for the next post in the importing series.&lt;/p&gt;
&lt;p&gt;If there is a specific type of import you would like to see discussed, please leave a comment and if there is a majority, I’ll try to focus on that next time.&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=40095" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/raisersedge/archive/tags/import/default.aspx">import</category><category domain="http://forums.blackbaud.com/blogs/raisersedge/archive/tags/extensions/default.aspx">extensions</category><category domain="http://forums.blackbaud.com/blogs/raisersedge/archive/tags/Brunson/default.aspx">Brunson</category><category domain="http://forums.blackbaud.com/blogs/raisersedge/archive/tags/Import+Insight/default.aspx">Import Insight</category></item><item><title>Import Insight: Understanding Extensions</title><link>http://forums.blackbaud.com/blogs/raisersedge/archive/2008/09/17/understanding-extensions.aspx</link><pubDate>Wed, 17 Sep 2008 21:02:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:35804</guid><dc:creator>Douglas Clinton</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/raisersedge/rsscomments.aspx?PostID=35804</wfw:commentRss><comments>http://forums.blackbaud.com/blogs/raisersedge/archive/2008/09/17/understanding-extensions.aspx#comments</comments><description>&lt;p&gt;Like &lt;a href="http://en.wikipedia.org/wiki/Caligraphy" target="_new"&gt;calligraphy&lt;/a&gt;, making a &lt;a href="http://en.wikipedia.org/wiki/Souffl%C3%A9" target="_new"&gt;soufflé&lt;/a&gt;, or playing the &lt;a href="http://en.wikipedia.org/wiki/Theremin" target="_new"&gt;theremin&lt;/a&gt;, importing records into The Raiser&amp;#39;s Edge requires practice and precision. In one of the first posts on The User&amp;#39;s Edge Blog, Grace Strother shared her &lt;a href="http://forums.blackbaud.com/blogs/raisersedge/archive/2008/03/19/grace-s-bag-of-import-tricks.aspx"&gt;bag of import tricks&lt;/a&gt;. Among the tips Grace provided was to check import extensions when receiving exceptions in your import. Import extensions&amp;nbsp;let The Raiser&amp;#39;s Edge know how to handle the data when your import file contains the same field multiple times.&lt;/p&gt;
&lt;p&gt;New constituent imports often include two or more phone numbers (including email addresses) for each record in the import. Each phone number uses up to four columns of data in the import file with these headers: PhoneAddrImpID (Phone Address Import ID), PhoneImpID (Phone Import ID), PhoneNum (Phone Number), and PhoneType (Phone Type). In the import file, grouping the columns for each phone number together will make the process easier for you, and the same headers will appear more than once. On the import&amp;#39;s Fields tab, use the Extension column to group the import fields together.&lt;/p&gt;
&lt;p&gt;In the screenshot below, the first group has an 00 extension and the second has an 01 extension. If you were importing both home phone number and email address, each home phone number field would be given the 00 extension, and each email field would be given the 01 extension.&lt;/p&gt;
&lt;p align="center"&gt;&lt;img alt="Import Files tab including Extensions column" src="http://www.blackbaud.com/images/support/kb/bb135063.gif" border="1" /&gt;&lt;/p&gt;
&lt;p&gt;Prior to version &lt;a href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB368444"&gt;7.82.1514&lt;/a&gt;, it was not possible to maximize the Import screen. If you are running an earlier version, you may have to use the scroll bar to make the Extension column visible.&lt;/p&gt;
&lt;p&gt;Importing multiple phone numbers is just one example of when you would need to use the Extension column. Any import that uses a &lt;a href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB1912"&gt;one-to-many field&lt;/a&gt; such as constituent code or attribute may also require the use of extensions.&lt;/p&gt;
&lt;p&gt;To find this information in Knowledgebase, enter &lt;strong&gt;How to import the same field multiple times&lt;/strong&gt;, select The Raiser&amp;#39;s Edge 7, and click Search. It&amp;#39;s &lt;a href="http://www.blackbaud.com/kb/index?page=content&amp;amp;id=BB135063" target="_new"&gt;BB135063&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=35804" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/raisersedge/archive/tags/import/default.aspx">import</category><category domain="http://forums.blackbaud.com/blogs/raisersedge/archive/tags/extensions/default.aspx">extensions</category><category domain="http://forums.blackbaud.com/blogs/raisersedge/archive/tags/Import+Insight/default.aspx">Import Insight</category></item><item><title>Import Insight: Grace's Bag of Import Tricks</title><link>http://forums.blackbaud.com/blogs/raisersedge/archive/2008/03/19/grace-s-bag-of-import-tricks.aspx</link><pubDate>Wed, 19 Mar 2008 19:17:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:29682</guid><dc:creator>Grace Strother</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/raisersedge/rsscomments.aspx?PostID=29682</wfw:commentRss><comments>http://forums.blackbaud.com/blogs/raisersedge/archive/2008/03/19/grace-s-bag-of-import-tricks.aspx#comments</comments><description>&lt;p&gt;&lt;span id="AI2"&gt;Well,&lt;/span&gt; &lt;span id="AI2"&gt;it&lt;/span&gt; &lt;span id="AI2"&gt;wasn&amp;#39;t&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;large&lt;/span&gt; &lt;span id="AI2"&gt;bag,&lt;/span&gt; &lt;span id="AI2"&gt;but&lt;/span&gt; &lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;consistently&lt;/span&gt; &lt;span id="AI2"&gt;used&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;tricks&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;it&lt;/span&gt;&amp;nbsp;&lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;help&lt;/span&gt; &lt;span id="AI2"&gt;customers&lt;/span&gt; &lt;span id="AI2"&gt;with&lt;/span&gt; &lt;span id="AI2"&gt;puzzling&lt;/span&gt; &lt;span id="AI2"&gt;import&lt;/span&gt; &lt;span id="AI2"&gt;questions &lt;/span&gt;&lt;span id="AI2"&gt;when&lt;/span&gt; &lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;supported&lt;/span&gt; &lt;span id="AI2"&gt;The&lt;/span&gt; &lt;span id="AI2"&gt;Raiser&amp;#39;s&lt;/span&gt; &lt;span id="AI2"&gt;Edge&lt;/span&gt;&lt;span id="AI2"&gt;.&lt;/span&gt; &lt;span id="AI2"&gt;The &amp;quot;tricks&amp;quot; are&lt;/span&gt;&amp;nbsp;&lt;span id="AI2"&gt;pretty&lt;/span&gt; &lt;span id="AI2"&gt;simple,&lt;/span&gt; &lt;span id="AI2"&gt;but&lt;/span&gt; &lt;span id="AI2"&gt;they&lt;/span&gt; &lt;span id="AI2"&gt;may&lt;/span&gt; &lt;span id="AI2"&gt;come&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;handy&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;next&lt;/span&gt; &lt;span id="AI2"&gt;time&lt;/span&gt; &lt;span id="AI2"&gt;you&lt;/span&gt; &lt;span id="AI2"&gt;tackle&lt;/span&gt; &lt;span id="AI2"&gt;an&lt;/span&gt; &lt;span id="AI2"&gt;import.&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;&lt;span id="AI2"&gt;Use&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;Fields&lt;/span&gt; &lt;span id="AI2"&gt;tab&lt;/span&gt; &lt;span id="AI2"&gt;or&lt;/span&gt; &lt;span id="AI2"&gt;create&lt;/span&gt; &lt;span id="AI2"&gt;an&lt;/span&gt; &lt;span id="AI2"&gt;import&lt;/span&gt; &lt;span id="AI2"&gt;file&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;find&lt;/span&gt; &lt;span id="AI2"&gt;out&lt;/span&gt; &lt;span id="AI2"&gt;what&lt;/span&gt; &lt;span id="AI2"&gt;your&lt;/span&gt; &lt;span id="AI2"&gt;options&lt;/span&gt; &lt;span id="AI2"&gt;are.&lt;/span&gt;&lt;/strong&gt; &lt;span id="AI2"&gt;If&lt;/span&gt; &lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;want&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;see&lt;/span&gt; &lt;span id="AI2"&gt;what&lt;/span&gt; &lt;span id="AI2"&gt;fields&lt;/span&gt; &lt;span id="AI2"&gt;are&lt;/span&gt; &lt;span id="AI2"&gt;available&lt;/span&gt; &lt;span id="AI2"&gt;for&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;particular&lt;/span&gt; &lt;span id="AI2"&gt;type&lt;/span&gt; &lt;span id="AI2"&gt;of&lt;/span&gt; &lt;span id="AI2"&gt;import,&lt;/span&gt; &lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;select&lt;/span&gt; &lt;span id="AI2"&gt;Create&lt;/span&gt; &lt;span id="AI2"&gt;an&lt;/span&gt; &lt;span id="AI2"&gt;import&lt;/span&gt; &lt;span id="AI2"&gt;file&lt;/span&gt; &lt;span id="AI2"&gt;on&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;General&lt;/span&gt; &lt;span id="AI2"&gt;tab&lt;/span&gt; &lt;span id="AI2"&gt;of&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;import,&lt;/span&gt; &lt;span id="AI2"&gt;enter&lt;/span&gt; &lt;span id="AI2"&gt;any&lt;/span&gt; &lt;span id="AI2"&gt;characters&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;Import&lt;/span&gt; &lt;span id="AI2"&gt;file&lt;/span&gt; &lt;span id="AI2"&gt;field,&lt;/span&gt; &lt;span id="AI2"&gt;and&lt;/span&gt; &lt;span id="AI2"&gt;go&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;Fields&lt;/span&gt; &lt;span id="AI2"&gt;tab.&lt;/span&gt; &lt;span id="AI2"&gt;Here,&lt;/span&gt; &lt;span id="AI2"&gt;you&lt;/span&gt; &lt;span id="AI2"&gt;can&lt;/span&gt; &lt;span id="AI2"&gt;browse&lt;/span&gt; &lt;span id="AI2"&gt;through&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;available&lt;/span&gt; &lt;span id="AI2"&gt;fields&lt;/span&gt; &lt;span id="AI2"&gt;and&lt;/span&gt; &lt;span id="AI2"&gt;select&lt;/span&gt; &lt;span id="AI2"&gt;them&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;view&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;header.&lt;/span&gt; &lt;span id="AI2"&gt;You&lt;/span&gt; &lt;span id="AI2"&gt;can&lt;/span&gt; &lt;span id="AI2"&gt;also&lt;/span&gt; &lt;span id="AI2"&gt;click&lt;/span&gt; &lt;span id="AI2"&gt;Click&lt;/span&gt; &lt;span id="AI2"&gt;here&lt;/span&gt; &lt;span id="AI2"&gt;on&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;bottom&lt;/span&gt; &lt;span id="AI2"&gt;left&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;view&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;relevant&lt;/span&gt; &lt;span id="AI2"&gt;page&lt;/span&gt; &lt;span id="AI2"&gt;of&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;Import&lt;/span&gt; &lt;span id="AI2"&gt;Guide&lt;/span&gt; &lt;span id="AI2"&gt;for&lt;/span&gt; &lt;span id="AI2"&gt;details&lt;/span&gt; &lt;span id="AI2"&gt;on&lt;/span&gt; &lt;span id="AI2"&gt;which&lt;/span&gt; &lt;span id="AI2"&gt;fields&lt;/span&gt; &lt;span id="AI2"&gt;are&lt;/span&gt; &lt;span id="AI2"&gt;required&lt;/span&gt; &lt;span id="AI2"&gt;and&lt;/span&gt; &lt;span id="AI2"&gt;what&lt;/span&gt; &lt;span id="AI2"&gt;kind&lt;/span&gt; &lt;span id="AI2"&gt;of&lt;/span&gt; &lt;span id="AI2"&gt;data&lt;/span&gt; &lt;span id="AI2"&gt;go&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;those&lt;/span&gt; &lt;span id="AI2"&gt;fields.&lt;/span&gt; &lt;span id="AI2"&gt;If&lt;/span&gt; &lt;span id="AI2"&gt;I&amp;#39;m&lt;/span&gt; &lt;span id="AI2"&gt;updating&lt;/span&gt; &lt;span id="AI2"&gt;existing&lt;/span&gt; &lt;span id="AI2"&gt;records,&lt;/span&gt; &lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;just&lt;/span&gt; &lt;span id="AI2"&gt;go&lt;/span&gt; &lt;span id="AI2"&gt;ahead&lt;/span&gt; &lt;span id="AI2"&gt;and&lt;/span&gt; &lt;span id="AI2"&gt;create&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;real&lt;/span&gt; &lt;span id="AI2"&gt;import&lt;/span&gt; &lt;span id="AI2"&gt;file,&lt;/span&gt; &lt;span id="AI2"&gt;update&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;data&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;fields,&lt;/span&gt; &lt;span id="AI2"&gt;and&lt;/span&gt; &lt;span id="AI2"&gt;import&lt;/span&gt; &lt;span id="AI2"&gt;it&lt;/span&gt; &lt;span id="AI2"&gt;back&lt;/span&gt; &lt;span id="AI2"&gt;in,&lt;/span&gt; &lt;span id="AI2"&gt;knowing&lt;/span&gt; &lt;span id="AI2"&gt;it&amp;#39;s&lt;/span&gt; &lt;span id="AI2"&gt;already&lt;/span&gt; &lt;span id="AI2"&gt;formatted&lt;/span&gt; &lt;span id="AI2"&gt;correctly.&lt;/span&gt;&lt;br /&gt;&lt;strong&gt;Note:&lt;/strong&gt; &lt;span id="AI2"&gt;You&lt;/span&gt; &lt;span id="AI2"&gt;can&lt;/span&gt; &lt;span id="AI2"&gt;only&lt;/span&gt; &lt;span id="AI2"&gt;include&lt;/span&gt; &lt;span id="AI2"&gt;one-&lt;/span&gt;&lt;span id="AI2"&gt;to-&lt;/span&gt;&lt;span id="AI2"&gt;many&lt;/span&gt; &lt;span id="AI2"&gt;fields&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;import&lt;/span&gt; &lt;span id="AI2"&gt;file&lt;/span&gt; &lt;span id="AI2"&gt;created&lt;/span&gt; &lt;span id="AI2"&gt;through&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;Import&lt;/span&gt; &lt;span id="AI2"&gt;facility.&lt;/span&gt; &lt;span id="AI2"&gt;For&lt;/span&gt; &lt;span id="AI2"&gt;example,&lt;/span&gt; &lt;span id="AI2"&gt;if&lt;/span&gt; &lt;span id="AI2"&gt;you&amp;#39;re&lt;/span&gt; &lt;span id="AI2"&gt;creating&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;constituent&lt;/span&gt; &lt;span id="AI2"&gt;import&lt;/span&gt; &lt;span id="AI2"&gt;file,&lt;/span&gt; &lt;span id="AI2"&gt;you&lt;/span&gt; &lt;span id="AI2"&gt;can&amp;#39;t&lt;/span&gt; &lt;span id="AI2"&gt;export&lt;/span&gt; &lt;span id="AI2"&gt;phone&lt;/span&gt; &lt;span id="AI2"&gt;numbers&lt;/span&gt; &lt;span id="AI2"&gt;or&lt;/span&gt; &lt;span id="AI2"&gt;anything&lt;/span&gt; &lt;span id="AI2"&gt;that&lt;/span&gt; &lt;span id="AI2"&gt;can&lt;/span&gt; &lt;span id="AI2"&gt;occur&lt;/span&gt; &lt;span id="AI2"&gt;more&lt;/span&gt; &lt;span id="AI2"&gt;than&lt;/span&gt; &lt;span id="AI2"&gt;once&lt;/span&gt; &lt;span id="AI2"&gt;per&lt;/span&gt; &lt;span id="AI2"&gt;record.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;&lt;span id="AI2"&gt;Go&lt;/span&gt; &lt;span id="AI2"&gt;ahead&lt;/span&gt; &lt;span id="AI2"&gt;and&lt;/span&gt; &lt;span id="AI2"&gt;shove&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;data.&lt;/span&gt;&lt;/strong&gt; &lt;span id="AI2"&gt;OK,&lt;/span&gt; &lt;span id="AI2"&gt;so&lt;/span&gt; &lt;span id="AI2"&gt;this&lt;/span&gt; &lt;span id="AI2"&gt;isn&amp;#39;t&lt;/span&gt; &lt;span id="AI2"&gt;always&lt;/span&gt; &lt;span id="AI2"&gt;practical&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;your&lt;/span&gt; &lt;span id="AI2"&gt;live&lt;/span&gt; &lt;span id="AI2"&gt;data,&lt;/span&gt; &lt;span id="AI2"&gt;but&lt;/span&gt; &lt;span id="AI2"&gt;give&lt;/span&gt; &lt;span id="AI2"&gt;it&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;try&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;your&lt;/span&gt; &lt;span id="AI2"&gt;sample&lt;/span&gt; &lt;span id="AI2"&gt;data&lt;/span&gt; &lt;span id="AI2"&gt;with&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;few&lt;/span&gt; &lt;span id="AI2"&gt;of&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;records&lt;/span&gt; &lt;span id="AI2"&gt;from&lt;/span&gt; &lt;span id="AI2"&gt;your&lt;/span&gt; &lt;span id="AI2"&gt;actual&lt;/span&gt; &lt;span id="AI2"&gt;data&lt;/span&gt; &lt;span id="AI2"&gt;file.&lt;/span&gt; &lt;span id="AI2"&gt;Or&lt;/span&gt; &lt;span id="AI2"&gt;if&lt;/span&gt; &lt;span id="AI2"&gt;you&lt;/span&gt; &lt;span id="AI2"&gt;are&lt;/span&gt; &lt;span id="AI2"&gt;able&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;set&lt;/span&gt; &lt;span id="AI2"&gt;up&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;standalone&lt;/span&gt; &lt;span id="AI2"&gt;workstation&lt;/span&gt; &lt;span id="AI2"&gt;with&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;copy&lt;/span&gt; &lt;span id="AI2"&gt;of&lt;/span&gt; &lt;span id="AI2"&gt;your&lt;/span&gt; &lt;span id="AI2"&gt;live&lt;/span&gt; &lt;span id="AI2"&gt;data&lt;/span&gt; &lt;span id="AI2"&gt;attached,&lt;/span&gt; &lt;span id="AI2"&gt;give&lt;/span&gt; &lt;span id="AI2"&gt;it&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;try&lt;/span&gt; &lt;span id="AI2"&gt;there&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;see&lt;/span&gt; &lt;span id="AI2"&gt;how&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;import&lt;/span&gt; &lt;span id="AI2"&gt;works&lt;/span&gt; &lt;span id="AI2"&gt;with&lt;/span&gt; &lt;span id="AI2"&gt;your&lt;/span&gt; &lt;span id="AI2"&gt;real&lt;/span&gt; &lt;span id="AI2"&gt;data.&lt;/span&gt; &lt;span id="AI2"&gt;If&lt;/span&gt; &lt;span id="AI2"&gt;you&amp;#39;re&lt;/span&gt; &lt;span id="AI2"&gt;not&lt;/span&gt; &lt;span id="AI2"&gt;able&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;test&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;sample&lt;/span&gt; &lt;span id="AI2"&gt;or&lt;/span&gt; &lt;span id="AI2"&gt;on&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;standalone&lt;/span&gt; &lt;span id="AI2"&gt;machine,&lt;/span&gt; &lt;span id="AI2"&gt;back&lt;/span&gt; &lt;span id="AI2"&gt;up&lt;/span&gt; &lt;span id="AI2"&gt;your&lt;/span&gt; &lt;span id="AI2"&gt;live&lt;/span&gt; &lt;span id="AI2"&gt;data&lt;/span&gt; &lt;span id="AI2"&gt;and&lt;/span&gt; &lt;span id="AI2"&gt;test&lt;/span&gt; &lt;span id="AI2"&gt;with&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;few&lt;/span&gt; &lt;span id="AI2"&gt;&amp;quot;dummy&lt;/span&gt; &lt;span id="AI2"&gt;records&amp;quot;&lt;/span&gt; &lt;span id="AI2"&gt;or&lt;/span&gt; &lt;span id="AI2"&gt;one&lt;/span&gt; &lt;span id="AI2"&gt;or&lt;/span&gt; &lt;span id="AI2"&gt;two&lt;/span&gt; &lt;span id="AI2"&gt;records&lt;/span&gt; &lt;span id="AI2"&gt;you&lt;/span&gt; &lt;span id="AI2"&gt;know&lt;/span&gt; &lt;span id="AI2"&gt;very&lt;/span&gt; &lt;span id="AI2"&gt;well&lt;/span&gt; &lt;span id="AI2"&gt;and&lt;/span&gt; &lt;span id="AI2"&gt;don&amp;#39;t&lt;/span&gt; &lt;span id="AI2"&gt;mind&lt;/span&gt; &lt;span id="AI2"&gt;playing&lt;/span&gt; &lt;span id="AI2"&gt;with&lt;/span&gt; &lt;span id="AI2"&gt;(maybe&lt;/span&gt; &lt;span id="AI2"&gt;your&lt;/span&gt; &lt;span id="AI2"&gt;own).&lt;/span&gt; &lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;often&lt;/span&gt; &lt;span id="AI2"&gt;find&lt;/span&gt; &lt;span id="AI2"&gt;it&lt;/span&gt; &lt;span id="AI2"&gt;easier&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;troubleshoot&lt;/span&gt;&amp;nbsp;&lt;span id="AI2"&gt;problems&lt;/span&gt; &lt;span id="AI2"&gt;if&lt;/span&gt; &lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;can&lt;/span&gt; &lt;span id="AI2"&gt;see&lt;/span&gt; &lt;span id="AI2"&gt;exactly&lt;/span&gt; &lt;span id="AI2"&gt;what&lt;/span&gt; &lt;span id="AI2"&gt;happens&lt;/span&gt; &lt;span id="AI2"&gt;when&lt;/span&gt; &lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;click&lt;/span&gt; &lt;span id="AI2"&gt;Import&lt;/span&gt; &lt;span id="AI2"&gt;Now.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;&lt;span id="AI2"&gt;Use&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;sample&lt;/span&gt; &lt;span id="AI2"&gt;data&lt;/span&gt; &lt;span id="AI2"&gt;files&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;Knowledgebase.&lt;/span&gt; &lt;/strong&gt;&lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;have&lt;/span&gt; &lt;span id="AI2"&gt;no&lt;/span&gt; &lt;span id="AI2"&gt;problem&lt;/span&gt; &lt;span id="AI2"&gt;with&lt;/span&gt; &lt;span id="AI2"&gt;plagiarizing&lt;/span&gt; &lt;span id="AI2"&gt;when&lt;/span&gt; &lt;span id="AI2"&gt;it&lt;/span&gt; &lt;span id="AI2"&gt;comes&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;data&lt;/span&gt; &lt;span id="AI2"&gt;files.&lt;/span&gt; &lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;love&lt;/span&gt; &lt;span id="AI2"&gt;copying&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;sample&lt;/span&gt; &lt;span id="AI2"&gt;data&lt;/span&gt; &lt;span id="AI2"&gt;files&lt;/span&gt; &lt;span id="AI2"&gt;onto&lt;/span&gt; &lt;span id="AI2"&gt;my&lt;/span&gt; &lt;span id="AI2"&gt;machine&lt;/span&gt; &lt;span id="AI2"&gt;and&lt;/span&gt; &lt;span id="AI2"&gt;updating&lt;/span&gt; &lt;span id="AI2"&gt;them&lt;/span&gt; &lt;span id="AI2"&gt;with&lt;/span&gt; &lt;span id="AI2"&gt;my&lt;/span&gt; &lt;span id="AI2"&gt;own&lt;/span&gt; &lt;span id="AI2"&gt;data.&lt;/span&gt; &lt;span id="AI2"&gt;Hey,&lt;/span&gt; &lt;span id="AI2"&gt;if&lt;/span&gt; &lt;span id="AI2"&gt;someone&lt;/span&gt; &lt;span id="AI2"&gt;else&lt;/span&gt; &lt;span id="AI2"&gt;has&lt;/span&gt; &lt;span id="AI2"&gt;tested&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;files&lt;/span&gt; &lt;span id="AI2"&gt;for&lt;/span&gt; &lt;span id="AI2"&gt;you,&lt;/span&gt; &lt;span id="AI2"&gt;why&lt;/span&gt; &lt;span id="AI2"&gt;not&lt;/span&gt; &lt;span id="AI2"&gt;use&lt;/span&gt; &lt;span id="AI2"&gt;them?&lt;/span&gt; &lt;span id="AI2"&gt;(And&lt;/span&gt; &lt;span id="AI2"&gt;for&lt;/span&gt; &lt;span id="AI2"&gt;quite&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;few&lt;/span&gt; &lt;span id="AI2"&gt;of&lt;/span&gt; &lt;span id="AI2"&gt;them,&lt;/span&gt; &lt;span id="AI2"&gt;that&lt;/span&gt; &lt;span id="AI2"&gt;someone&lt;/span&gt; &lt;span id="AI2"&gt;would&lt;/span&gt; &lt;span id="AI2"&gt;be&lt;/span&gt; &lt;span id="AI2"&gt;yours&lt;/span&gt; &lt;span id="AI2"&gt;truly.&lt;/span&gt; &lt;span id="AI2"&gt;&lt;img src="http://forums.blackbaud.com/emoticons/emotion-11.gif" alt="Cool" /&gt;&lt;/span&gt;&lt;span id="AI2"&gt;)&lt;/span&gt; &lt;span id="AI2"&gt;Search&lt;/span&gt; &lt;span id="AI2"&gt;Knowledgebase&lt;/span&gt; &lt;span id="AI2"&gt;with&lt;/span&gt; &lt;span id="AI2"&gt;&amp;quot;How&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;import&lt;/span&gt; &lt;span id="AI2"&gt;[whatever&lt;/span&gt; &lt;span id="AI2"&gt;it&lt;/span&gt; &lt;span id="AI2"&gt;is&lt;/span&gt; &lt;span id="AI2"&gt;you&amp;#39;re&lt;/span&gt; &lt;span id="AI2"&gt;importing].&amp;quot;&lt;/span&gt; &lt;span id="AI2"&gt;The&lt;/span&gt; &lt;span id="AI2"&gt;solutions&lt;/span&gt; &lt;span id="AI2"&gt;with&lt;/span&gt; &lt;span id="AI2"&gt;&amp;quot;(includes&lt;/span&gt; &lt;span id="AI2"&gt;sample&lt;/span&gt; &lt;span id="AI2"&gt;data&lt;/span&gt; &lt;span id="AI2"&gt;file)&amp;quot;&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;title&lt;/span&gt; &lt;span id="AI2"&gt;have&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;file&lt;/span&gt; &lt;span id="AI2"&gt;available&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;view&lt;/span&gt; &lt;span id="AI2"&gt;and&lt;/span&gt; &lt;span id="AI2"&gt;download.&lt;/span&gt; &lt;span id="AI2"&gt;You&lt;/span&gt; &lt;span id="AI2"&gt;can&lt;/span&gt; &lt;span id="AI2"&gt;import&lt;/span&gt; &lt;span id="AI2"&gt;them&lt;/span&gt; &lt;span id="AI2"&gt;into&lt;/span&gt; &lt;span id="AI2"&gt;your&lt;/span&gt; &lt;span id="AI2"&gt;sample&lt;/span&gt; &lt;span id="AI2"&gt;database&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;see&lt;/span&gt; &lt;span id="AI2"&gt;what&lt;/span&gt; &lt;span id="AI2"&gt;they&lt;/span&gt; &lt;span id="AI2"&gt;do,&lt;/span&gt; &lt;span id="AI2"&gt;or&lt;/span&gt; &lt;span id="AI2"&gt;you&lt;/span&gt; &lt;span id="AI2"&gt;can&lt;/span&gt; &lt;span id="AI2"&gt;replace&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;data&lt;/span&gt; &lt;span id="AI2"&gt;with&lt;/span&gt; &lt;span id="AI2"&gt;your&lt;/span&gt; &lt;span id="AI2"&gt;own.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;&lt;span id="AI2"&gt;When&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;doubt,&lt;/span&gt; &lt;span id="AI2"&gt;check&lt;/span&gt; &lt;span id="AI2"&gt;extensions.&lt;/span&gt;&lt;/strong&gt; &lt;span id="AI2"&gt;Sometimes&lt;/span&gt; &lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;just&lt;/span&gt; &lt;span id="AI2"&gt;can&amp;#39;t&lt;/span&gt; &lt;span id="AI2"&gt;figure&lt;/span&gt; &lt;span id="AI2"&gt;out&lt;/span&gt; &lt;span id="AI2"&gt;why&lt;/span&gt; &lt;span id="AI2"&gt;I&amp;#39;m&lt;/span&gt; &lt;span id="AI2"&gt;getting&lt;/span&gt; &lt;span id="AI2"&gt;an&lt;/span&gt; &lt;span id="AI2"&gt;exception.&lt;/span&gt; &lt;span id="AI2"&gt;My&lt;/span&gt; &lt;span id="AI2"&gt;data&lt;/span&gt; &lt;span id="AI2"&gt;file&lt;/span&gt; &lt;span id="AI2"&gt;looks&lt;/span&gt; &lt;span id="AI2"&gt;correct,&lt;/span&gt; &lt;span id="AI2"&gt;and&lt;/span&gt; &lt;span id="AI2"&gt;I&amp;#39;ve&lt;/span&gt; &lt;span id="AI2"&gt;tried&lt;/span&gt; &lt;span id="AI2"&gt;everything&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;Knowledgebase&lt;/span&gt; &lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;can&lt;/span&gt; &lt;span id="AI2"&gt;find&lt;/span&gt; &lt;span id="AI2"&gt;on&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;exception&lt;/span&gt; &lt;span id="AI2"&gt;error.&lt;/span&gt; &lt;span id="AI2"&gt;More&lt;/span&gt; &lt;span id="AI2"&gt;often&lt;/span&gt; &lt;span id="AI2"&gt;than&lt;/span&gt; &lt;span id="AI2"&gt;not,&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;messed&lt;/span&gt; &lt;span id="AI2"&gt;up&lt;/span&gt; &lt;span id="AI2"&gt;extension&lt;/span&gt;&amp;nbsp;&lt;span id="AI2"&gt;is&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;culprit.&lt;/span&gt; &lt;span id="AI2"&gt;If&lt;/span&gt; &lt;span id="AI2"&gt;you&amp;#39;re&lt;/span&gt; &lt;span id="AI2"&gt;importing&lt;/span&gt; &lt;span id="AI2"&gt;certain&lt;/span&gt; &lt;span id="AI2"&gt;fields&lt;/span&gt; &lt;span id="AI2"&gt;(like&lt;/span&gt; &lt;span id="AI2"&gt;phone&lt;/span&gt; &lt;span id="AI2"&gt;numbers&lt;/span&gt; &lt;span id="AI2"&gt;or&lt;/span&gt; &lt;span id="AI2"&gt;addresses)&lt;/span&gt; &lt;span id="AI2"&gt;more&lt;/span&gt; &lt;span id="AI2"&gt;than&lt;/span&gt; &lt;span id="AI2"&gt;once,&lt;/span&gt; &lt;span id="AI2"&gt;make&lt;/span&gt; &lt;span id="AI2"&gt;sure&lt;/span&gt; &lt;span id="AI2"&gt;each&lt;/span&gt; &lt;span id="AI2"&gt;group&lt;/span&gt; &lt;span id="AI2"&gt;of&lt;/span&gt; &lt;span id="AI2"&gt;fields&lt;/span&gt; &lt;span id="AI2"&gt;has&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;same&lt;/span&gt; &lt;span id="AI2"&gt;extension.&lt;/span&gt; &lt;span id="AI2"&gt;Sometimes,&lt;/span&gt; &lt;span id="AI2"&gt;just&lt;/span&gt; &lt;span id="AI2"&gt;one&lt;/span&gt; &lt;span id="AI2"&gt;field&lt;/span&gt; &lt;span id="AI2"&gt;will&lt;/span&gt; &lt;span id="AI2"&gt;have&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;wrong&lt;/span&gt; &lt;span id="AI2"&gt;extension,&lt;/span&gt; &lt;span id="AI2"&gt;and&lt;/span&gt; &lt;span id="AI2"&gt;that&lt;/span&gt; &lt;span id="AI2"&gt;will&lt;/span&gt; &lt;span id="AI2"&gt;throw&lt;/span&gt; &lt;span id="AI2"&gt;everything&lt;/span&gt; &lt;span id="AI2"&gt;else&lt;/span&gt; &lt;span id="AI2"&gt;off.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;&lt;span id="AI2"&gt;Don&amp;#39;t&lt;/span&gt; &lt;span id="AI2"&gt;import&lt;/span&gt; &lt;span id="AI2"&gt;after&lt;/span&gt; &lt;span id="AI2"&gt;4:00&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;afternoon.&lt;/span&gt;&lt;/strong&gt; &lt;span id="AI2"&gt;A&lt;/span&gt; &lt;span id="AI2"&gt;customer&lt;/span&gt; &lt;span id="AI2"&gt;told&lt;/span&gt; &lt;span id="AI2"&gt;me&lt;/span&gt; &lt;span id="AI2"&gt;this&lt;/span&gt; &lt;span id="AI2"&gt;one,&lt;/span&gt; &lt;span id="AI2"&gt;and&lt;/span&gt; &lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;think&lt;/span&gt; &lt;span id="AI2"&gt;she&lt;/span&gt; &lt;span id="AI2"&gt;got&lt;/span&gt; &lt;span id="AI2"&gt;it&lt;/span&gt; &lt;span id="AI2"&gt;from&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;Blackbaud&lt;/span&gt; &lt;span id="AI2"&gt;consultant.&lt;/span&gt; &lt;span id="AI2"&gt;We&lt;/span&gt; &lt;span id="AI2"&gt;may&lt;/span&gt; &lt;span id="AI2"&gt;not&lt;/span&gt; &lt;span id="AI2"&gt;always&lt;/span&gt; &lt;span id="AI2"&gt;have&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;choice,&lt;/span&gt; &lt;span id="AI2"&gt;but&lt;/span&gt; &lt;span id="AI2"&gt;wheneve&lt;/span&gt;&lt;span id="AI2"&gt;r possible&lt;/span&gt; &lt;span id="AI2"&gt;try&lt;/span&gt; &lt;span id="AI2"&gt;not&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;import&lt;/span&gt; &lt;span id="AI2"&gt;or&lt;/span&gt; &lt;span id="AI2"&gt;do&lt;/span&gt; &lt;span id="AI2"&gt;anything&lt;/span&gt; &lt;span id="AI2"&gt;else&lt;/span&gt; &lt;span id="AI2"&gt;&amp;quot;global&amp;quot;&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;nature&lt;/span&gt; &lt;span id="AI2"&gt;when&lt;/span&gt; &lt;span id="AI2"&gt;your&lt;/span&gt; &lt;span id="AI2"&gt;mind&amp;#39;s&lt;/span&gt; &lt;span id="AI2"&gt;not&lt;/span&gt; &lt;span id="AI2"&gt;fresh.&lt;/span&gt; &lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;know&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;cells&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;my&lt;/span&gt; &lt;span id="AI2"&gt;data&lt;/span&gt; &lt;span id="AI2"&gt;file&lt;/span&gt; &lt;span id="AI2"&gt;all&lt;/span&gt; &lt;span id="AI2"&gt;start&lt;/span&gt; &lt;span id="AI2"&gt;looking&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;same&lt;/span&gt; &lt;span id="AI2"&gt;late&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;the&lt;/span&gt; &lt;span id="AI2"&gt;afternoon,&lt;/span&gt; &lt;span id="AI2"&gt;so&lt;/span&gt; &lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;wouldn&amp;#39;t&lt;/span&gt; &lt;span id="AI2"&gt;want&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;take&lt;/span&gt; &lt;span id="AI2"&gt;a&lt;/span&gt; &lt;span id="AI2"&gt;risk&lt;/span&gt; &lt;span id="AI2"&gt;if&lt;/span&gt; &lt;span id="AI2"&gt;I&lt;/span&gt; &lt;span id="AI2"&gt;were&lt;/span&gt; &lt;span id="AI2"&gt;working&lt;/span&gt; &lt;span id="AI2"&gt;in&lt;/span&gt; &lt;span id="AI2"&gt;an&lt;/span&gt; &lt;span id="AI2"&gt;organization&amp;#39;s&lt;/span&gt; &lt;span id="AI2"&gt;live&lt;/span&gt; &lt;span id="AI2"&gt;data.&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;span id="AI2"&gt;If&lt;/span&gt; &lt;span id="AI2"&gt;you&lt;/span&gt; &lt;span id="AI2"&gt;have&lt;/span&gt; &lt;span id="AI2"&gt;any&lt;/span&gt; &lt;span id="AI2"&gt;tips&lt;/span&gt; &lt;span id="AI2"&gt;for&lt;/span&gt; &lt;span id="AI2"&gt;making&lt;/span&gt; &lt;span id="AI2"&gt;imports&lt;/span&gt; &lt;span id="AI2"&gt;easier,&lt;/span&gt; &lt;span id="AI2"&gt;feel&lt;/span&gt; &lt;span id="AI2"&gt;free&lt;/span&gt; &lt;span id="AI2"&gt;to&lt;/span&gt; &lt;span id="AI2"&gt;share&lt;/span&gt; &lt;span id="AI2"&gt;them&lt;/span&gt; &lt;span id="AI2"&gt;here!&lt;/span&gt;&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=29682" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/raisersedge/archive/tags/import/default.aspx">import</category><category domain="http://forums.blackbaud.com/blogs/raisersedge/archive/tags/extensions/default.aspx">extensions</category><category domain="http://forums.blackbaud.com/blogs/raisersedge/archive/tags/Import+Insight/default.aspx">Import Insight</category></item></channel></rss>