<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>What&#039;s The (Share)Point? &#187; migration</title>
	<atom:link href="http://whatsthesharepoint.com/tag/migration/feed/" rel="self" type="application/rss+xml" />
	<link>http://whatsthesharepoint.com</link>
	<description>Another resource for MS SharePoint information.</description>
	<lastBuildDate>Tue, 15 May 2012 14:13:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Notes to SharePoint Migration</title>
		<link>http://whatsthesharepoint.com/2010/01/notes-to-sharepoint-migration/</link>
		<comments>http://whatsthesharepoint.com/2010/01/notes-to-sharepoint-migration/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 22:33:49 +0000</pubDate>
		<dc:creator>David Petersen</dc:creator>
				<category><![CDATA[problems]]></category>
		<category><![CDATA[lessons learned]]></category>
		<category><![CDATA[list data]]></category>
		<category><![CDATA[lotus]]></category>
		<category><![CDATA[lotus notes]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://whatsthesharepoint.com/?p=94</guid>
		<description><![CDATA[The company I work for purchased the Quest Notes Migrator for SharePoint.  Overall, it has saved me lots of time migrating from Lotus Notes.  The main reason is that I have absolutely zero experience with Notes.  Now, the Quest tool allows me to migrate all of the rows into SharePoint pretty painlessly.  I was having [...]]]></description>
			<content:encoded><![CDATA[<p>The company I work for purchased the <a href="http://www.quest.com/notes-migrator-for-sharepoint/">Quest Notes Migrator for SharePoint</a>.  Overall, it has saved me lots of time migrating from Lotus Notes.  The main reason is that I have absolutely zero experience with Notes.  Now, the Quest tool allows me to migrate all of the rows into SharePoint pretty painlessly.  I was having one problem.  As I migrated Lotus databases, I was getting SharePoint lists with 50 -100 list items.  Performance lagged when trying to view those items and it made SPDesigner almost unusable.  I set out to find a way for the tool to create folders around a Created date.  My final solution utilized Lotus @Functions.</p>
<p>In the spirit of trying to save someone else a lot of time, here is what I did. </p>
<ol>
<li>I used Quest Notes Migrator for SharePoint Designer.</li>
<li>If you select a folder type in the mapping, Designer will create a folder with the name of the item.  If the item has a forward or backward slash, it will create nested folders.  So, I wanted a nested folder based on a date.</li>
<li>In the Notes data definition, I created a new formula field.</li>
<li>The formula that I used is:  @Text(@Year(@Created)))+&#8221;/&#8221;+@Text(@Month(@Created)))+&#8221;/&#8221;+@Text(@Day(@Created)))
<div id="attachment_95" class="wp-caption alignright" style="width: 310px"><a href="http://whatsthesharepoint.com/wp/wp-content/uploads/2010/01/formula.png"><img class="size-medium wp-image-95 " title="formula" src="http://whatsthesharepoint.com/wp/wp-content/uploads/2010/01/formula-300x84.png" alt="" width="300" height="84" /></a>
<p class="wp-caption-text">DateString Formula</p>
</div>
</li>
<li>I created an alias of FolderDateString</li>
<li>Output type is String.</li>
<li>On the DataMapping, map the FolderDateString field to a Folder type. That will tell Designer to automatically create nested folders based on the string.</li>
<li>That&#8217;s it!</li>
</ol>
<p>Hope this helps someone!</p>
<div id="attachment_96" class="wp-caption alignleft" style="width: 310px"><a href="http://whatsthesharepoint.com/wp/wp-content/uploads/2010/01/mapdata.png"><img class="size-medium wp-image-96 " title="mapdata" src="http://whatsthesharepoint.com/wp/wp-content/uploads/2010/01/mapdata-300x217.png" alt="mapped data" width="300" height="217" /></a>
<p class="wp-caption-text">Final data mapping</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://whatsthesharepoint.com/2010/01/notes-to-sharepoint-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

