<?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>Thu, 28 Apr 2011 11:28:13 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: seagolfer</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-237</link>
		<dc:creator>seagolfer</dc:creator>
		<pubDate>Tue, 24 Aug 2010 12:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-237</guid>
		<description>I tried to convert about 200 vcf cards from my n900, but I get this error and no output: 
Traceback (most recent call last):
  File &quot;./convertContacts3.py&quot;, line 467, in 
    main()
  File &quot;./convertContacts3.py&quot;, line 463, in main
    VcfToCsvConverter(options.input_file, options.input_path, options.output_file, delimiter, options.quote, options.trace, options.verbose)
  File &quot;./convertContacts3.py&quot;, line 413, in __init__
    self.__parseFile()
  File &quot;./convertContacts3.py&quot;, line 107, in __parseFile
    self.__parseLine(theLine)
  File &quot;./convertContacts3.py&quot;, line 124, in __parseLine
    self.__processLine(theLine.split(&quot;:&quot;))
  File &quot;./convertContacts3.py&quot;, line 220, in __processLine
    self.__processAddress(pre, pieces[1])
  File &quot;./convertContacts3.py&quot;, line 318, in __processAddress
    (a,addressTypes) = pre[1].split(&quot;=&quot;);
IndexError: list index out of range

If you need any more info please let me know.</description>
		<content:encoded><![CDATA[<p>I tried to convert about 200 vcf cards from my n900, but I get this error and no output:<br />
Traceback (most recent call last):<br />
  File &#8220;./convertContacts3.py&#8221;, line 467, in<br />
    main()<br />
  File &#8220;./convertContacts3.py&#8221;, line 463, in main<br />
    VcfToCsvConverter(options.input_file, options.input_path, options.output_file, delimiter, options.quote, options.trace, options.verbose)<br />
  File &#8220;./convertContacts3.py&#8221;, line 413, in __init__<br />
    self.__parseFile()<br />
  File &#8220;./convertContacts3.py&#8221;, line 107, in __parseFile<br />
    self.__parseLine(theLine)<br />
  File &#8220;./convertContacts3.py&#8221;, line 124, in __parseLine<br />
    self.__processLine(theLine.split(&#8221;:&#8221;))<br />
  File &#8220;./convertContacts3.py&#8221;, line 220, in __processLine<br />
    self.__processAddress(pre, pieces[1])<br />
  File &#8220;./convertContacts3.py&#8221;, line 318, in __processAddress<br />
    (a,addressTypes) = pre[1].split(&#8221;=&#8221;);<br />
IndexError: list index out of range</p>
<p>If you need any more info please let me know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

