<?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>Sun, 25 Jul 2010 22:48:55 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-235</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 25 Jul 2010 22:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-235</guid>
		<description>You should probably look at the newer version on google docs, anyways: http://code.google.com/p/vcf-to-csv-converter/</description>
		<content:encoded><![CDATA[<p>You should probably look at the newer version on google docs, anyways: <a href="http://code.google.com/p/vcf-to-csv-converter/" rel="nofollow">http://code.google.com/p/vcf-to-csv-converter/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-234</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 25 Jul 2010 22:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-234</guid>
		<description>Oops. Fixed.</description>
		<content:encoded><![CDATA[<p>Oops. Fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tan</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-233</link>
		<dc:creator>Tan</dc:creator>
		<pubDate>Sun, 25 Jul 2010 20:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-233</guid>
		<description>File does not exist :( I guess I need to cook my own script</description>
		<content:encoded><![CDATA[<div style="font-style: italic ">
<p>File does not exist <img src='http://petarstrinic.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I guess I need to cook my own script</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marsha</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-221</link>
		<dc:creator>Marsha</dc:creator>
		<pubDate>Tue, 30 Mar 2010 21:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-221</guid>
		<description>hello, my name is Marsha,  I have 1441 emails in Address book my vcf vcards are all in groups A B C D etc.  each group belonging  to different places.  and I am getting ready to upload them into a bulk mail program.  They use a cvs format I can change each of them individually no problem,  I need some way to do this quickly,  any ideas???
hopefully my casket is finished before I am..
marsha</description>
		<content:encoded><![CDATA[<p>hello, my name is Marsha,  I have 1441 emails in Address book my vcf vcards are all in groups A B C D etc.  each group belonging  to different places.  and I am getting ready to upload them into a bulk mail program.  They use a cvs format I can change each of them individually no problem,  I need some way to do this quickly,  any ideas???<br />
hopefully my casket is finished before I am..<br />
marsha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-198</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Sat, 26 Sep 2009 10:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-198</guid>
		<description>Hello,

I&#039;m trying to convert contacts from the Motorola RAZR V6 to the LG KP202. This is what happens :

root@marietto2009:/home/marietto/Scrivania/LG# python ./convertContacts.py -i Contacts.vcf -o contacts.csv -d -q
converting Contacts.vcf &gt; contacts.csv (tab delimited)
Traceback (most recent call last):
  File &quot;./convertContacts.py&quot;, line 188, in 
    main()
  File &quot;./convertContacts.py&quot;, line 184, in main
    VCFToCSVConverter( input_file, output_file, delimiter, quote )
  File &quot;./convertContacts.py&quot;, line 139, in __init__
    self.__parseFile()
  File &quot;./convertContacts.py&quot;, line 45, in __parseFile
    self.__parseLine( theLine )
  File &quot;./convertContacts.py&quot;, line 63, in __parseLine
    self.__processLine( theLine.split(&quot;:&quot;) )
  File &quot;./convertContacts.py&quot;, line 71, in __processLine
    self.__process_phone( pieces[0].split(&quot;;&quot;)[1], pieces[1] )
IndexError: list index out of range</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m trying to convert contacts from the Motorola RAZR V6 to the LG KP202. This is what happens :</p>
<p>root@marietto2009:/home/marietto/Scrivania/LG# python ./convertContacts.py -i Contacts.vcf -o contacts.csv -d -q<br />
converting Contacts.vcf &gt; contacts.csv (tab delimited)<br />
Traceback (most recent call last):<br />
  File &#8220;./convertContacts.py&#8221;, line 188, in<br />
    main()<br />
  File &#8220;./convertContacts.py&#8221;, line 184, in main<br />
    VCFToCSVConverter( input_file, output_file, delimiter, quote )<br />
  File &#8220;./convertContacts.py&#8221;, line 139, in __init__<br />
    self.__parseFile()<br />
  File &#8220;./convertContacts.py&#8221;, line 45, in __parseFile<br />
    self.__parseLine( theLine )<br />
  File &#8220;./convertContacts.py&#8221;, line 63, in __parseLine<br />
    self.__processLine( theLine.split(&#8221;:&#8221;) )<br />
  File &#8220;./convertContacts.py&#8221;, line 71, in __processLine<br />
    self.__process_phone( pieces[0].split(&#8221;;&#8221;)[1], pieces[1] )<br />
IndexError: list index out of range</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-197</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 23 Sep 2009 21:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-197</guid>
		<description>Bill and Alan, if you can send me a file I will try to make it work. Use the contact form please.</description>
		<content:encoded><![CDATA[<p>Bill and Alan, if you can send me a file I will try to make it work. Use the contact form please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-196</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Sun, 20 Sep 2009 10:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-196</guid>
		<description>tried it with nokia contacts vcf file - no good.</description>
		<content:encoded><![CDATA[<p>tried it with nokia contacts vcf file &#8211; no good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-193</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Fri, 11 Sep 2009 06:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-193</guid>
		<description>I couldn&#039;t figure out--it doesn&#039;t do Address/City/State/Zip/Country, or I did something wrong?</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t figure out&#8211;it doesn&#8217;t do Address/City/State/Zip/Country, or I did something wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dragon61</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-192</link>
		<dc:creator>dragon61</dc:creator>
		<pubDate>Tue, 04 Aug 2009 14:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-192</guid>
		<description>Hi how to type command python ./convertContacts.py -i {input file name} -i {output file name} ?

the file where i put eg c:\</description>
		<content:encoded><![CDATA[<div style="font-style: italic ">
<p>Hi how to type command python ./convertContacts.py -i {input file name} -i {output file name} ?</p>
<p>the file where i put eg c:\</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: vv</title>
		<link>http://petarstrinic.com/vcf-to-csv-converter/comment-page-1/#comment-191</link>
		<dc:creator>vv</dc:creator>
		<pubDate>Tue, 14 Jul 2009 16:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://petarstrinic.com/?page_id=207#comment-191</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<div style="font-style: italic ">
<p>thanks</p>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>
