<?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>Chris Tate-Davies &#187; csv</title>
	<atom:link href="http://www.christatedavies.co.uk/tag/csv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christatedavies.co.uk</link>
	<description>An archive of helpful tit bits of information for development, and probably some stuff that is incomplete, wrong or boring...</description>
	<lastBuildDate>Tue, 31 Jan 2012 11:18:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CSV file of Windows Process list</title>
		<link>http://www.christatedavies.co.uk/2011/06/10/csv-file-of-windows-process-list/</link>
		<comments>http://www.christatedavies.co.uk/2011/06/10/csv-file-of-windows-process-list/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 16:09:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.christatedavies.co.uk/?p=182</guid>
		<description><![CDATA[If you need a CSV file of the currently running  processes in Windows you can use the task manager command line tool. C:&#62; TASKLIST.EXE This will dump the task list to the screen. But there are several options you can use: C:&#62; TASKLIST.EXE /V /FO CSV &#62; filename.csv The above will produce a nicely formatted [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://www.christatedavies.co.uk/2011/06/10/csv-file-of-windows-process-list/' addthis:title='CSV file of Windows Process list ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>If you need a CSV file of the currently running  processes in Windows you can use the task manager command line tool.</p>
<pre>C:&gt; TASKLIST.EXE</pre>
<p>This will dump the task list to the screen. But there are several options you can use:</p>
<pre>C:&gt; TASKLIST.EXE /V /FO CSV &gt; filename.csv</pre>
<p>The above will produce a nicely formatted CSV file with information about the process, such as CPU Time and memory used.</p>
<p>The full list of other options can be found at the Microsoft Technet library, well, until they move the location of it&#8230; <a href="http://technet.microsoft.com/en-us/library/bb491010.aspx">http://technet.microsoft.com/en-us/library/bb491010.aspx</a></p>
<p>&nbsp;</p>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://www.christatedavies.co.uk/2011/06/10/csv-file-of-windows-process-list/' addthis:title='CSV file of Windows Process list ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.christatedavies.co.uk/2011/06/10/csv-file-of-windows-process-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export Thunderbird contacts to Outlook</title>
		<link>http://www.christatedavies.co.uk/2010/04/08/export-thunderbird-contacts-to-outlook/</link>
		<comments>http://www.christatedavies.co.uk/2010/04/08/export-thunderbird-contacts-to-outlook/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 10:39:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[vcard]]></category>

		<guid isPermaLink="false">http://www.christatedavies.co.uk/?p=53</guid>
		<description><![CDATA[I wanted to export my Thunderbird Contacts to Microsoft Outlook 2010 beta. Jesus, if that wasn&#8217;t the most stressful export ever! Thunderbird can only export as CSV or tab separated &#8211; or LDAP. Outlook says it can import from CSV and Tab separated, however it just crashes with mapping errors. I tried dragging them from [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://www.christatedavies.co.uk/2010/04/08/export-thunderbird-contacts-to-outlook/' addthis:title='Export Thunderbird contacts to Outlook ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>I wanted to export my Thunderbird Contacts to Microsoft Outlook 2010 beta.</p>
<p>Jesus, if that wasn&#8217;t the most stressful export ever! Thunderbird can only export as CSV or tab separated &#8211; or LDAP.</p>
<p>Outlook says it can import from CSV and Tab separated, however it just crashes with mapping errors.</p>
<p>I tried dragging them from TB and then dragging into Contacts on Outlook, but that just resulted in a new empty contact, with an attachment of the email address in a text file. Helpful.</p>
<p>Anyway, I found this Thunderbird Addon that will export to vCard (The standard Address Card I feel) and then I could drag these into Outlook.</p>
<p><a href="http://nic-nac-project.de/~kaosmos/morecols-en.html" target="_blank">http://nic-nac-project.de/~kaosmos/morecols-en.html</a></p>
<p>However, Outlook feels the need to open each vCard as a new Contact screen, so you then have the joys of closing as many screens as you have contacts just imported. So it could be hundred and hundreds!</p>
<p>I do wonder if the designers of these software packages ever have to use this functionality. Perhaps they should.</p>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://www.christatedavies.co.uk/2010/04/08/export-thunderbird-contacts-to-outlook/' addthis:title='Export Thunderbird contacts to Outlook ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.christatedavies.co.uk/2010/04/08/export-thunderbird-contacts-to-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

