<?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: Reading CSV File in CodeIgniter</title>
	<atom:link href="http://blog.insicdesigns.com/2009/03/reading-csv-file-in-codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.insicdesigns.com/2009/03/reading-csv-file-in-codeigniter/</link>
	<description>Web Development and Design Blog</description>
	<lastBuildDate>Wed, 11 Jan 2012 03:33:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: pjturpeau</title>
		<link>http://blog.insicdesigns.com/2009/03/reading-csv-file-in-codeigniter/#comment-137924</link>
		<dc:creator>pjturpeau</dc:creator>
		<pubDate>Sun, 27 Nov 2011 11:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=694#comment-137924</guid>
		<description>This is the case in the last version of the library here http://codeigniter.com/wiki/CSVReader/</description>
		<content:encoded><![CDATA[<p>This is the case in the last version of the library here <a href="http://codeigniter.com/wiki/CSVReader/" rel="nofollow">http://codeigniter.com/wiki/CSVReader/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitesh</title>
		<link>http://blog.insicdesigns.com/2009/03/reading-csv-file-in-codeigniter/#comment-133039</link>
		<dc:creator>Nitesh</dc:creator>
		<pubDate>Fri, 18 Nov 2011 11:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=694#comment-133039</guid>
		<description>THanks. THis tutorial Helps me.</description>
		<content:encoded><![CDATA[<p>THanks. THis tutorial Helps me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: insic</title>
		<link>http://blog.insicdesigns.com/2009/03/reading-csv-file-in-codeigniter/#comment-26110</link>
		<dc:creator>insic</dc:creator>
		<pubDate>Fri, 29 Oct 2010 18:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=694#comment-26110</guid>
		<description>Try dumping your $data and see if there is an index of an array named prodid , sometimes a csv has double quote in the index.</description>
		<content:encoded><![CDATA[<p>Try dumping your $data and see if there is an index of an array named prodid , sometimes a csv has double quote in the index.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Nash</title>
		<link>http://blog.insicdesigns.com/2009/03/reading-csv-file-in-codeigniter/#comment-26108</link>
		<dc:creator>Steven Nash</dc:creator>
		<pubDate>Fri, 29 Oct 2010 18:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=694#comment-26108</guid>
		<description>Hi,

I am trying to use this class but I am getting a lot of errors like this:

&quot;A PHP Error was encountered

Severity: Notice

Message: Undefined index: prodid

Filename: views/feed.php

Line Number: 30&quot;

I am trying to work out what the problem is and it would be useful if you bundled the class with a sample CSV that definitely worked, that way I could be absolutely certain whether the problem was my spreadsheet rather than the code or implementation.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to use this class but I am getting a lot of errors like this:</p>
<p>&#8220;A PHP Error was encountered</p>
<p>Severity: Notice</p>
<p>Message: Undefined index: prodid</p>
<p>Filename: views/feed.php</p>
<p>Line Number: 30&#8243;</p>
<p>I am trying to work out what the problem is and it would be useful if you bundled the class with a sample CSV that definitely worked, that way I could be absolutely certain whether the problem was my spreadsheet rather than the code or implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://blog.insicdesigns.com/2009/03/reading-csv-file-in-codeigniter/#comment-23209</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Wed, 08 Sep 2010 00:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=694#comment-23209</guid>
		<description>Its working, thanks…

Can you please give me a hint on how can I add the pagination class on this library?</description>
		<content:encoded><![CDATA[<p>Its working, thanks…</p>
<p>Can you please give me a hint on how can I add the pagination class on this library?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dano</title>
		<link>http://blog.insicdesigns.com/2009/03/reading-csv-file-in-codeigniter/#comment-19217</link>
		<dc:creator>Dano</dc:creator>
		<pubDate>Thu, 10 Jun 2010 03:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=694#comment-19217</guid>
		<description>Thanks for sharing.

I&#039;m not sure why you did not use fgetcsv for this?
http://php.net/manual/en/function.fgetcsv.php

Regards,</description>
		<content:encoded><![CDATA[<p>Thanks for sharing.</p>
<p>I&#8217;m not sure why you did not use fgetcsv for this?<br />
<a href="http://php.net/manual/en/function.fgetcsv.php" rel="nofollow">http://php.net/manual/en/function.fgetcsv.php</a></p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.insicdesigns.com/2009/03/reading-csv-file-in-codeigniter/#comment-17039</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 19 Apr 2010 13:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=694#comment-17039</guid>
		<description>Thank you for this great tutorial. We use CSV files to import data from one system to another. I was struggling getting this library to work but now it seems to be working correctly!</description>
		<content:encoded><![CDATA[<p>Thank you for this great tutorial. We use CSV files to import data from one system to another. I was struggling getting this library to work but now it seems to be working correctly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://blog.insicdesigns.com/2009/03/reading-csv-file-in-codeigniter/#comment-15838</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Tue, 23 Mar 2010 19:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=694#comment-15838</guid>
		<description>good tutorial dude. it will help a lot</description>
		<content:encoded><![CDATA[<p>good tutorial dude. it will help a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://blog.insicdesigns.com/2009/03/reading-csv-file-in-codeigniter/#comment-15629</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Wed, 17 Mar 2010 03:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=694#comment-15629</guid>
		<description>en el ejemplo hay un error:
la cabecera del archivo .csv debe ser igual al que se esta usando al leer el arreglo.
archivo.csv:
Id,Name,Category,Price

en csv_view.php:
   
    
     
     
     
     
    
 </description>
		<content:encoded><![CDATA[<p>en el ejemplo hay un error:<br />
la cabecera del archivo .csv debe ser igual al que se esta usando al leer el arreglo.<br />
archivo.csv:<br />
Id,Name,Category,Price</p>
<p>en csv_view.php:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zohaib</title>
		<link>http://blog.insicdesigns.com/2009/03/reading-csv-file-in-codeigniter/#comment-15229</link>
		<dc:creator>zohaib</dc:creator>
		<pubDate>Tue, 09 Mar 2010 07:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=694#comment-15229</guid>
		<description>nice</description>
		<content:encoded><![CDATA[<p>nice</p>
]]></content:encoded>
	</item>
</channel>
</rss>

