<?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: Core Data Tutorial: How To Preload/Import Existing Data</title>
	<atom:link href="http://www.raywenderlich.com/980/core-data-tutorial-how-to-preloadimport-existing-data/feed" rel="self" type="application/rss+xml" />
	<link>http://www.raywenderlich.com/980/core-data-tutorial-how-to-preloadimport-existing-data</link>
	<description>Tutorials for iPhone / iOS Developers and Gamers</description>
	<lastBuildDate>Sun, 29 Jan 2012 06:07:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Michael</title>
		<link>http://www.raywenderlich.com/980/core-data-tutorial-how-to-preloadimport-existing-data#comment-8042</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 19 Dec 2010 05:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=980#comment-8042</guid>
		<description>I just noticed your schema shows:
&quot;CREATE TABLE ZFAILEDBANKINFO ( Z_PK INTEGER PRIMARY KEY, Z_ENT INTEGER,
    Z_OPT INTEGER, ZDETAILS INTEGER, ZNAME VARCHAR, ZSTATE VARCHAR,
    ZCITY VARCHAR );&quot;

Whereas mine shows:
&quot;CREATE TABLE ZFAILEDBANKINFO ( Z_PK INTEGER PRIMARY KEY, Z_ENT INTEGER, Z_OPT INTEGER, ZDETAILS INTEGER, ZCITY VARCHAR, ZNAME VARCHAR, ZSTATE VARCHAR );&quot;

I wonder why?</description>
		<content:encoded><![CDATA[<p>I just noticed your schema shows:<br />
&#8220;CREATE TABLE ZFAILEDBANKINFO ( Z_PK INTEGER PRIMARY KEY, Z_ENT INTEGER,<br />
    Z_OPT INTEGER, ZDETAILS INTEGER, ZNAME VARCHAR, ZSTATE VARCHAR,<br />
    ZCITY VARCHAR );&#8221;</p>
<p>Whereas mine shows:<br />
&#8220;CREATE TABLE ZFAILEDBANKINFO ( Z_PK INTEGER PRIMARY KEY, Z_ENT INTEGER, Z_OPT INTEGER, ZDETAILS INTEGER, ZCITY VARCHAR, ZNAME VARCHAR, ZSTATE VARCHAR );&#8221;</p>
<p>I wonder why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.raywenderlich.com/980/core-data-tutorial-how-to-preloadimport-existing-data#comment-8041</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 19 Dec 2010 05:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=980#comment-8041</guid>
		<description>Ray,

I just want to post here an error on my part in case anyone ran into the same difficulty.  I noticed that when I ran the project after following your tutorial I got the state showing up in the title of the cell where the name of the bank should be and the bank name and city where the city and state should be.

I looked at the data on the command line sqlite utility and got the same output as yours, &quot;1&#124;2&#124;1&#124;1&#124;Desert Hills Bank&#124;AZ&#124;Phoenix&quot; but looked at it in the firefox plugin and found that Z_CITY has the bank name and Z_NAME has the state abbreviation.

The data in banklist.sqlite3 seems correct, the structure is 0=id, 1=name, 2=city, 3=state, 4=zip, 5=close_date, 6=updated_date. However, FailedBanksCD.sqlite has this structure; 0=Z_PK, 1=Z_ENT, 2=Z_OPT, 3=ZDetails, 4=ZCITY, 5=ZNAME, 6=ZSTATE.  

I used your python script verbatim... any idea how these got switched around and how I can set it to rights.

Thanks for all your work on these tutorials.  PayPal donation on it&#039;s way (come on folks.. show Ray how much you appreciate his work).</description>
		<content:encoded><![CDATA[<p>Ray,</p>
<p>I just want to post here an error on my part in case anyone ran into the same difficulty.  I noticed that when I ran the project after following your tutorial I got the state showing up in the title of the cell where the name of the bank should be and the bank name and city where the city and state should be.</p>
<p>I looked at the data on the command line sqlite utility and got the same output as yours, &#8220;1|2|1|1|Desert Hills Bank|AZ|Phoenix&#8221; but looked at it in the firefox plugin and found that Z_CITY has the bank name and Z_NAME has the state abbreviation.</p>
<p>The data in banklist.sqlite3 seems correct, the structure is 0=id, 1=name, 2=city, 3=state, 4=zip, 5=close_date, 6=updated_date. However, FailedBanksCD.sqlite has this structure; 0=Z_PK, 1=Z_ENT, 2=Z_OPT, 3=ZDetails, 4=ZCITY, 5=ZNAME, 6=ZSTATE.  </p>
<p>I used your python script verbatim&#8230; any idea how these got switched around and how I can set it to rights.</p>
<p>Thanks for all your work on these tutorials.  PayPal donation on it&#8217;s way (come on folks.. show Ray how much you appreciate his work).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Pickslay</title>
		<link>http://www.raywenderlich.com/980/core-data-tutorial-how-to-preloadimport-existing-data#comment-6256</link>
		<dc:creator>Christopher Pickslay</dc:creator>
		<pubDate>Tue, 16 Nov 2010 20:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=980#comment-6256</guid>
		<description>Ray-

Great tutorial! You saved me a ton of time.</description>
		<content:encoded><![CDATA[<p>Ray-</p>
<p>Great tutorial! You saved me a ton of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Wenderlich</title>
		<link>http://www.raywenderlich.com/980/core-data-tutorial-how-to-preloadimport-existing-data#comment-5022</link>
		<dc:creator>Ray Wenderlich</dc:creator>
		<pubDate>Sun, 10 Oct 2010 22:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=980#comment-5022</guid>
		<description>@Piyush: I have a tutorial on how to read and write XML here:

http://www.raywenderlich.com/725/how-to-read-and-write-xml-documents-with-gdataxml</description>
		<content:encoded><![CDATA[<p>@Piyush: I have a tutorial on how to read and write XML here:</p>
<p><a href="http://www.raywenderlich.com/725/how-to-read-and-write-xml-documents-with-gdataxml" rel="nofollow">http://www.raywenderlich.com/725/how-to-read-and-write-xml-documents-with-gdataxml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piyush</title>
		<link>http://www.raywenderlich.com/980/core-data-tutorial-how-to-preloadimport-existing-data#comment-4948</link>
		<dc:creator>Piyush</dc:creator>
		<pubDate>Thu, 07 Oct 2010 05:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=980#comment-4948</guid>
		<description>Hi ray,

Can u help me ...I wanna wired in a core data to XML conversion... that means i would like to create xml file programmatically according to my core data for the back up and restore purpose. But i dont know the right way for write xml and read xml ... please guide me or if possible than send a small sample code which help to me...

thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi ray,</p>
<p>Can u help me &#8230;I wanna wired in a core data to XML conversion&#8230; that means i would like to create xml file programmatically according to my core data for the back up and restore purpose. But i dont know the right way for write xml and read xml &#8230; please guide me or if possible than send a small sample code which help to me&#8230;</p>
<p>thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Wenderlich</title>
		<link>http://www.raywenderlich.com/980/core-data-tutorial-how-to-preloadimport-existing-data#comment-4917</link>
		<dc:creator>Ray Wenderlich</dc:creator>
		<pubDate>Wed, 06 Oct 2010 16:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=980#comment-4917</guid>
		<description>@Andrew: If you&#039;re not seeing it as a choice, make sure that you have your xcdatamodel selected before you go to File\New File.  If you&#039;re still having warnings, what are they?

@Jeffrey: Thanks!  According to this post, Z_OPT is the number of changes made to the data: 

http://ablogontech.wordpress.com/2009/07/13/using-a-pre-populated-sqlite-database-with-core-data-on-iphone-os-3-0/</description>
		<content:encoded><![CDATA[<p>@Andrew: If you&#8217;re not seeing it as a choice, make sure that you have your xcdatamodel selected before you go to File\New File.  If you&#8217;re still having warnings, what are they?</p>
<p>@Jeffrey: Thanks!  According to this post, Z_OPT is the number of changes made to the data: </p>
<p><a href="http://ablogontech.wordpress.com/2009/07/13/using-a-pre-populated-sqlite-database-with-core-data-on-iphone-os-3-0/" rel="nofollow">http://ablogontech.wordpress.com/2009/07/13/using-a-pre-populated-sqlite-database-with-core-data-on-iphone-os-3-0/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey</title>
		<link>http://www.raywenderlich.com/980/core-data-tutorial-how-to-preloadimport-existing-data#comment-4839</link>
		<dc:creator>Jeffrey</dc:creator>
		<pubDate>Mon, 04 Oct 2010 16:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=980#comment-4839</guid>
		<description>Ray,

Thank you very much creating for these tutorials -- I&#039;ve gone through the whole series and they are very helpful.

Question: Do you know what Z_OPT is?</description>
		<content:encoded><![CDATA[<p>Ray,</p>
<p>Thank you very much creating for these tutorials &#8212; I&#8217;ve gone through the whole series and they are very helpful.</p>
<p>Question: Do you know what Z_OPT is?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

