<?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: VCF to CSV Converter</title>
	<atom:link href="http://petarstrinic.com/vcf-to-csv-converter/feed/" rel="self" type="application/rss+xml" />
	<link>http://petarstrinic.com</link>
	<description>and all those sorts of things...</description>
	<lastBuildDate>Wed, 07 Sep 2011 21:45:18 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: T.T. Adom</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-401</link>
		<dc:creator>T.T. Adom</dc:creator>
		<pubDate>Wed, 07 Sep 2011 21:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-401</guid>
		<description>Yes! VCF to CSV conversion over MS Outlook is easy. Go here:

File &gt;&gt; Import &amp; Export &gt; Export a File &gt;&gt; Comma Separated Values (CSV) &gt;&gt; Provide Display Name &gt;&gt; Select Contacts Folder &gt;&gt; and proceed further.

Its not enough, you may also try this &lt;a href=&quot;http://www.pcvita.com/vcard-converter-software.html&quot; rel=&quot;nofollow&quot;&gt;vCard converter&lt;/a&gt; tool for automate conversion process.</description>
		<content:encoded><![CDATA[<p>Yes! VCF to CSV conversion over MS Outlook is easy. Go here:</p>
<p>File &gt;&gt; Import &amp; Export &gt; Export a File &gt;&gt; Comma Separated Values (CSV) &gt;&gt; Provide Display Name &gt;&gt; Select Contacts Folder &gt;&gt; and proceed further.</p>
<p>Its not enough, you may also try this <a href="http://www.pcvita.com/vcard-converter-software.html" rel="nofollow">vCard converter</a> tool for automate conversion process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandy</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-292</link>
		<dc:creator>Sandy</dc:creator>
		<pubDate>Thu, 28 Apr 2011 11:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-292</guid>
		<description>Can this Script be included in a symbian C++ code? will it work?</description>
		<content:encoded><![CDATA[<p>Can this Script be included in a symbian C++ code? will it work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-259</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Sat, 26 Mar 2011 20:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-259</guid>
		<description>Try this Windows version of VCF to CSV Converter from 
http://www.softspire.com/vcf-to-csv.html</description>
		<content:encoded><![CDATA[<p>Try this Windows version of VCF to CSV Converter from<br />
<a href="http://www.softspire.com/vcf-to-csv.html" rel="nofollow">http://www.softspire.com/vcf-to-csv.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PJBeee</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-253</link>
		<dc:creator>PJBeee</dc:creator>
		<pubDate>Tue, 04 Jan 2011 21:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-253</guid>
		<description>A glitch in SmarterMail had it importing only ONE record from my GroupWise vcard file, so I needed something to convert the .vcf to .csv.

This seems to have worked perfectly!   Had vcard 2.1 file - v3 of your program gave a warning about the version number of the old file, but looks like it converted things fine.  The earlier one worked great.  

I created a batch file so that I could run from the command line and just feed it the name of the input file, with the same name for the output file (with csv extension of course).

** I renamed the program (convertContacts.py) to just cc2.py **

Here&#039;s the contents of my batch file if anyone is interested - I just put the vcf file into the Python27 folder, and ran my batch from the command prompt in the Python folder in Windows (XP Pro x86):

python ./cc2.py -i %1.vcf -o %1.csv -d comma -q

And then you run it thusly:  {batch-file name} {vcf-file name} [Enter]

Other info: used Python 2.7, installed in default folder (c:\python27)

Piece of cake to use.

THANK YOU THANK YOU!</description>
		<content:encoded><![CDATA[<p>A glitch in SmarterMail had it importing only ONE record from my GroupWise vcard file, so I needed something to convert the .vcf to .csv.</p>
<p>This seems to have worked perfectly!   Had vcard 2.1 file &#8211; v3 of your program gave a warning about the version number of the old file, but looks like it converted things fine.  The earlier one worked great.  </p>
<p>I created a batch file so that I could run from the command line and just feed it the name of the input file, with the same name for the output file (with csv extension of course).</p>
<p>** I renamed the program (convertContacts.py) to just cc2.py **</p>
<p>Here&#8217;s the contents of my batch file if anyone is interested &#8211; I just put the vcf file into the Python27 folder, and ran my batch from the command prompt in the Python folder in Windows (XP Pro x86):</p>
<p>python ./cc2.py -i %1.vcf -o %1.csv -d comma -q</p>
<p>And then you run it thusly:  {batch-file name} {vcf-file name} [Enter]</p>
<p>Other info: used Python 2.7, installed in default folder (c:\python27)</p>
<p>Piece of cake to use.</p>
<p>THANK YOU THANK YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-248</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 08 Nov 2010 14:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-248</guid>
		<description>Make sure you have python installed. Then from the command line, execute something like this:

python ./convertContacts.py -i {vcfFile.vcf} -o {csvFile.csv} -d comma -q

of course replace {vcfFile.vcf} with the path &amp; name of the VCF file and {csvFile.csv} with the path &amp; name of the file you&#039;d like to get.</description>
		<content:encoded><![CDATA[<p>Make sure you have python installed. Then from the command line, execute something like this:</p>
<p>python ./convertContacts.py -i {vcfFile.vcf} -o {csvFile.csv} -d comma -q</p>
<p>of course replace {vcfFile.vcf} with the path &#038; name of the VCF file and {csvFile.csv} with the path &#038; name of the file you&#8217;d like to get.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Briscoe</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-247</link>
		<dc:creator>Peter Briscoe</dc:creator>
		<pubDate>Sat, 06 Nov 2010 08:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-247</guid>
		<description>Hi Peter,
Keen to use your convertor, downloaded it but can you give me some brief details on how to  use it.</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
Keen to use your convertor, downloaded it but can you give me some brief details on how to  use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-244</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 11 Oct 2010 18:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-244</guid>
		<description>As a general note, to process any random field, you should be able to add an &quot;else if&quot; statement to the end of the giant &quot;if...else&quot; statement in __processLine.

        elif pre[0] == &#039;X-SKYPE-DISPLAYNAME&#039;:
             self.__processSingleValue(&#039;ORGANIZATION&#039;, pre, pieces[1])

In this case &quot;X-SKYPE-DISPLAYNAME&quot; is the source field, and &quot;ORGANIZATION&quot; is the destination field.

Some fields that require more logic, such as phone numbers may require a bit more/different logic, such as adding this &quot;else if&quot;

         elif pre[0] == &#039;X-SKYPE-PSTNNUMBER&#039;:
             self.__processTelephone(pre, [pieces[1]])</description>
		<content:encoded><![CDATA[<p>As a general note, to process any random field, you should be able to add an &#8220;else if&#8221; statement to the end of the giant &#8220;if&#8230;else&#8221; statement in __processLine.</p>
<p>        elif pre[0] == &#8216;X-SKYPE-DISPLAYNAME&#8217;:<br />
             self.__processSingleValue(&#8217;ORGANIZATION&#8217;, pre, pieces[1])</p>
<p>In this case &#8220;X-SKYPE-DISPLAYNAME&#8221; is the source field, and &#8220;ORGANIZATION&#8221; is the destination field.</p>
<p>Some fields that require more logic, such as phone numbers may require a bit more/different logic, such as adding this &#8220;else if&#8221;</p>
<p>         elif pre[0] == &#8216;X-SKYPE-PSTNNUMBER&#8217;:<br />
             self.__processTelephone(pre, [pieces[1]])</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-243</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 09 Oct 2010 17:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-243</guid>
		<description>I&#039;m trying to convert a Skype vcf contacts file to csv. I&#039;m just trying to pull the Skype display names and phone numbers out. I get the same IndexError: list index out of range as SeaGolfer.

Any suggestions would be appreciated.

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to convert a Skype vcf contacts file to csv. I&#8217;m just trying to pull the Skype display names and phone numbers out. I get the same IndexError: list index out of range as SeaGolfer.</p>
<p>Any suggestions would be appreciated.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Podcast Where have all the Guy’s gone? MyMac Podcast 313</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-239</link>
		<dc:creator>Podcast Where have all the Guy’s gone? MyMac Podcast 313</dc:creator>
		<pubDate>Thu, 30 Sep 2010 18:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-239</guid>
		<description>[...] VCF to CSV Convertor Another online option CSV to VCF online Convertor Sourceforge Convertor option GNU Code option 1 GNU Code option 2 Gaz and Guy on Twitter,feedback@mymac.com, or our Skype direct number [...]</description>
		<content:encoded><![CDATA[<div style="font-style: italic ">
<p>[...] VCF to CSV Convertor Another online option CSV to VCF online Convertor Sourceforge Convertor option GNU Code option 1 GNU Code option 2 Gaz and Guy on Twitter,feedback@mymac.com, or our Skype direct number [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alyssa</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-238</link>
		<dc:creator>Alyssa</dc:creator>
		<pubDate>Fri, 17 Sep 2010 00:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-238</guid>
		<description>Hi,
Will this support a conversion of Palm desktop contacts to Google (for my new Android phone)?  I have not found a solution and really hope this is it!

thank you</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Will this support a conversion of Palm desktop contacts to Google (for my new Android phone)?  I have not found a solution and really hope this is it!</p>
<p>thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

