<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Import and Export in Elgg 1.0</title>
	<atom:link href="http://www.marcus-povey.co.uk/2008/03/27/import-and-export-in-elgg-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcus-povey.co.uk/2008/03/27/import-and-export-in-elgg-10/</link>
	<description>Making the world a better place, one byte at a time...</description>
	<lastBuildDate>Sun, 07 Mar 2010 16:08:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcus Povey</title>
		<link>http://www.marcus-povey.co.uk/2008/03/27/import-and-export-in-elgg-10/comment-page-1/#comment-2927</link>
		<dc:creator>Marcus Povey</dc:creator>
		<pubDate>Sat, 06 Jun 2009 14:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcus-povey.co.uk/2008/03/27/import-and-export-in-elgg-10/#comment-2927</guid>
		<description>@Kirby For that matter, you could look at adapting the csvimport plugin available in SVN: https://code.elgg.org/extensions/plugins/csvimport/</description>
		<content:encoded><![CDATA[<p>@Kirby For that matter, you could look at adapting the csvimport plugin available in SVN: <a href="https://code.elgg.org/extensions/plugins/csvimport/" rel="nofollow">https://code.elgg.org/extensions/plugins/csvimport/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Povey</title>
		<link>http://www.marcus-povey.co.uk/2008/03/27/import-and-export-in-elgg-10/comment-page-1/#comment-2926</link>
		<dc:creator>Marcus Povey</dc:creator>
		<pubDate>Sat, 06 Jun 2009 14:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcus-povey.co.uk/2008/03/27/import-and-export-in-elgg-10/#comment-2926</guid>
		<description>@Kirby

If your data is already in CSV then the simplest thing would be to loop through that file and insert the appropriate fields into the elggentities (do this first so you get a GUID) and elggusers_entity table.

There is nothing terribly exotic about these tables, and if your passwords are pre-generated then you could insert them directly without needing the salt.

Take a look at some existing users for an example of defaults if you are unsure.</description>
		<content:encoded><![CDATA[<p>@Kirby</p>
<p>If your data is already in CSV then the simplest thing would be to loop through that file and insert the appropriate fields into the elggentities (do this first so you get a GUID) and elggusers_entity table.</p>
<p>There is nothing terribly exotic about these tables, and if your passwords are pre-generated then you could insert them directly without needing the salt.</p>
<p>Take a look at some existing users for an example of defaults if you are unsure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirby</title>
		<link>http://www.marcus-povey.co.uk/2008/03/27/import-and-export-in-elgg-10/comment-page-1/#comment-2624</link>
		<dc:creator>Kirby</dc:creator>
		<pubDate>Tue, 26 May 2009 02:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcus-povey.co.uk/2008/03/27/import-and-export-in-elgg-10/#comment-2624</guid>
		<description>Hey Marcus,
   Judging by the dates on these posts... it has been a while. im hoping you came to some sort of solution. This blog ranks very high on google for &quot;how to import/export many users in elgg&quot;... and it would be helpful if a solution was posted here.. for all.
   Any luck with this? I have all my users in a csv with pre md5 encrypted passwords. 

   Thanks a ton,
    Kirby</description>
		<content:encoded><![CDATA[<p>Hey Marcus,<br />
   Judging by the dates on these posts&#8230; it has been a while. im hoping you came to some sort of solution. This blog ranks very high on google for &#8220;how to import/export many users in elgg&#8221;&#8230; and it would be helpful if a solution was posted here.. for all.<br />
   Any luck with this? I have all my users in a csv with pre md5 encrypted passwords. </p>
<p>   Thanks a ton,<br />
    Kirby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Povey &#187; Blog Archive &#187; Elgg 1 object model</title>
		<link>http://www.marcus-povey.co.uk/2008/03/27/import-and-export-in-elgg-10/comment-page-1/#comment-35</link>
		<dc:creator>Marcus Povey &#187; Blog Archive &#187; Elgg 1 object model</dc:creator>
		<pubDate>Tue, 08 Apr 2008 11:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcus-povey.co.uk/2008/03/27/import-and-export-in-elgg-10/#comment-35</guid>
		<description>[...] above is a rather simplistic example of what is possible. I have hinted at some other applications a few posts [...]</description>
		<content:encoded><![CDATA[<p>[...] above is a rather simplistic example of what is possible. I have hinted at some other applications a few posts [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Povey</title>
		<link>http://www.marcus-povey.co.uk/2008/03/27/import-and-export-in-elgg-10/comment-page-1/#comment-34</link>
		<dc:creator>Marcus Povey</dc:creator>
		<pubDate>Tue, 08 Apr 2008 11:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcus-povey.co.uk/2008/03/27/import-and-export-in-elgg-10/#comment-34</guid>
		<description>@Danquigny At the moment there is no easy and universal way to export an entire blog from elgg to something else.

However, I&#039;m working on universal import / export for the new Elgg version. There will be an upgrade path, so you might want to wait a while and upgrade to 1.0 and then use the export functionality from there...</description>
		<content:encoded><![CDATA[<p>@Danquigny At the moment there is no easy and universal way to export an entire blog from elgg to something else.</p>
<p>However, I&#8217;m working on universal import / export for the new Elgg version. There will be an upgrade path, so you might want to wait a while and upgrade to 1.0 and then use the export functionality from there&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danquigny</title>
		<link>http://www.marcus-povey.co.uk/2008/03/27/import-and-export-in-elgg-10/comment-page-1/#comment-31</link>
		<dc:creator>Danquigny</dc:creator>
		<pubDate>Fri, 04 Apr 2008 19:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcus-povey.co.uk/2008/03/27/import-and-export-in-elgg-10/#comment-31</guid>
		<description>Hi,

I taste Elgg in Lille (north of France). I wonder if it&#039;s possible to export an entire blog in an other blog outside elgg (WordlPress by example).
And print a blog ??
Thanks
Thierry</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I taste Elgg in Lille (north of France). I wonder if it&#8217;s possible to export an entire blog in an other blog outside elgg (WordlPress by example).<br />
And print a blog ??<br />
Thanks<br />
Thierry</p>
]]></content:encoded>
	</item>
</channel>
</rss>
