<?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: Quick CSV import with visual mapping</title>
	<atom:link href="http://i1t2b3.com/2009/01/14/quick-csv-import-with-mapping/feed/" rel="self" type="application/rss+xml" />
	<link>http://i1t2b3.com/2009/01/14/quick-csv-import-with-mapping/</link>
	<description>Any fool can make things bigger and more complex</description>
	<lastBuildDate>Tue, 22 Jun 2010 13:25:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=7956</generator>
	<item>
		<title>By: Chand</title>
		<link>http://i1t2b3.com/2009/01/14/quick-csv-import-with-mapping/comment-page-2/#comment-1008</link>
		<dc:creator>Chand</dc:creator>
		<pubDate>Mon, 07 Jun 2010 05:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://i1t2b3.com/?p=153#comment-1008</guid>
		<description>Here is the following warnings that I got
Warning: trim() expects parameter 1 to be string, resource given in D:\xampp\htdocs\sample\quick_csv_mapping_import\classes\DB.class.php on line 290

Warning: trim() expects parameter 1 to be string, resource given in D:\xampp\htdocs\sample\quick_csv_mapping_import\classes\DB.class.php on line 300

After investigating I found this code which is looking okay.

if (trim($this-&gt;fResult)!= &quot;&quot;)

And also it is not listing tables from DB where we had to select encoding and table at first screen.

Any help will be really appreciated thanks for your time and hard work.

Best Regards
Chand</description>
		<content:encoded><![CDATA[<p>Here is the following warnings that I got<br />
Warning: trim() expects parameter 1 to be string, resource given in D:\xampp\htdocs\sample\quick_csv_mapping_import\classes\DB.class.php on line 290</p>
<p>Warning: trim() expects parameter 1 to be string, resource given in D:\xampp\htdocs\sample\quick_csv_mapping_import\classes\DB.class.php on line 300</p>
<p>After investigating I found this code which is looking okay.</p>
<p>if (trim($this-&gt;fResult)!= &#8220;&#8221;)</p>
<p>And also it is not listing tables from DB where we had to select encoding and table at first screen.</p>
<p>Any help will be really appreciated thanks for your time and hard work.</p>
<p>Best Regards<br />
Chand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 32 Tips To Speed Up Your MySQL Queries &#171; adehandis.co.cc</title>
		<link>http://i1t2b3.com/2009/01/14/quick-csv-import-with-mapping/comment-page-2/#comment-998</link>
		<dc:creator>32 Tips To Speed Up Your MySQL Queries &#171; adehandis.co.cc</dc:creator>
		<pubDate>Sat, 08 May 2010 23:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://i1t2b3.com/?p=153#comment-998</guid>
		<description>[...] loading a table from a text file, use LOAD DATA INFILE (or my tool for that), it’s 20-100 times [...]</description>
		<content:encoded><![CDATA[<p>[...] loading a table from a text file, use LOAD DATA INFILE (or my tool for that), it’s 20-100 times [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V.J. Winters</title>
		<link>http://i1t2b3.com/2009/01/14/quick-csv-import-with-mapping/comment-page-2/#comment-978</link>
		<dc:creator>V.J. Winters</dc:creator>
		<pubDate>Sun, 25 Apr 2010 00:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://i1t2b3.com/?p=153#comment-978</guid>
		<description>Hi there; great script. 

I am having difficulty with STEP 3 of the import script. It seems as though the mapping functionality is not working properly and as a result the CSV data is imported into the database in the original column order. 

The program also throws a warning:
Warning: Invalid argument supplied for foreach() in classes/Quick_CSV_import.class.php  on line 82

Perhaps because there are more CSV columns than columns in the MySQL table?</description>
		<content:encoded><![CDATA[<p>Hi there; great script. </p>
<p>I am having difficulty with STEP 3 of the import script. It seems as though the mapping functionality is not working properly and as a result the CSV data is imported into the database in the original column order. </p>
<p>The program also throws a warning:<br />
Warning: Invalid argument supplied for foreach() in classes/Quick_CSV_import.class.php  on line 82</p>
<p>Perhaps because there are more CSV columns than columns in the MySQL table?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulr</title>
		<link>http://i1t2b3.com/2009/01/14/quick-csv-import-with-mapping/comment-page-2/#comment-924</link>
		<dc:creator>paulr</dc:creator>
		<pubDate>Thu, 01 Apr 2010 10:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://i1t2b3.com/?p=153#comment-924</guid>
		<description>Nice tool, but I have two problems.

1) Can you please provide a tarball/zip or some other package of the latest version? I can&#039;t install an svn client as I don&#039;t have admin rights on my machine.

2) I&#039;m getting the same problem as Richard in 33. i.e. importing dates in 31/12/2009 format sets the db field to 00/00/0000. Is there a fix for this?

Thanks</description>
		<content:encoded><![CDATA[<p>Nice tool, but I have two problems.</p>
<p>1) Can you please provide a tarball/zip or some other package of the latest version? I can&#8217;t install an svn client as I don&#8217;t have admin rights on my machine.</p>
<p>2) I&#8217;m getting the same problem as Richard in 33. i.e. importing dates in 31/12/2009 format sets the db field to 00/00/0000. Is there a fix for this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL Database optimisation &#124; Sven Welzel - blog.sven.co.za - www.svenwelzel.com</title>
		<link>http://i1t2b3.com/2009/01/14/quick-csv-import-with-mapping/comment-page-2/#comment-919</link>
		<dc:creator>MySQL Database optimisation &#124; Sven Welzel - blog.sven.co.za - www.svenwelzel.com</dc:creator>
		<pubDate>Tue, 23 Mar 2010 06:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://i1t2b3.com/?p=153#comment-919</guid>
		<description>[...] loading a table from a text file, use LOAD DATA INFILE (or my tool for that), it’s 20-100 times [...]</description>
		<content:encoded><![CDATA[<p>[...] loading a table from a text file, use LOAD DATA INFILE (or my tool for that), it’s 20-100 times [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wadii</title>
		<link>http://i1t2b3.com/2009/01/14/quick-csv-import-with-mapping/comment-page-2/#comment-918</link>
		<dc:creator>wadii</dc:creator>
		<pubDate>Mon, 22 Mar 2010 16:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://i1t2b3.com/?p=153#comment-918</guid>
		<description>Cannot retrieve fields of the selected table
this error shows up when i execute this code.
please tell me why ,it is very important</description>
		<content:encoded><![CDATA[<p>Cannot retrieve fields of the selected table<br />
this error shows up when i execute this code.<br />
please tell me why ,it is very important</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael G</title>
		<link>http://i1t2b3.com/2009/01/14/quick-csv-import-with-mapping/comment-page-2/#comment-903</link>
		<dc:creator>Michael G</dc:creator>
		<pubDate>Sun, 28 Feb 2010 16:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://i1t2b3.com/?p=153#comment-903</guid>
		<description>Hi Skakunov,
Is there a direct link to download the application? The URL provided above is an incomplete URL:
http://code.assembla.com/quick_csv_mapping_import

Thanks,

 - michael</description>
		<content:encoded><![CDATA[<p>Hi Skakunov,<br />
Is there a direct link to download the application? The URL provided above is an incomplete URL:<br />
<a href="http://code.assembla.com/quick_csv_mapping_import" rel="nofollow">http://code.assembla.com/quick_csv_mapping_import</a></p>
<p>Thanks,</p>
<p> &#8211; michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charlie</title>
		<link>http://i1t2b3.com/2009/01/14/quick-csv-import-with-mapping/comment-page-2/#comment-887</link>
		<dc:creator>charlie</dc:creator>
		<pubDate>Thu, 25 Feb 2010 17:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://i1t2b3.com/?p=153#comment-887</guid>
		<description>Hey, thank you for the great script. I have a following scenario and i want to use your script to import data located in &quot;csv file&quot; on my local drive in to an &quot;existing&quot; table (i set the   var $table_name=community_fields_values)  in my database. This is the sql query i want to run. can you please help me where i should i put this query in your script.

******************

$sql = &quot;insert into  jos_community_fields_values set
      userid=$record-&gt;userid , field_id = 9, value=$record-&gt;Address&quot;;

  $db-&gt;query($sql);


$sql = &quot;insert into  jos_community_fields_values set
      userid=$record-&gt;userid , field_id = 11, value=$record-&gt;City&quot;;

  $db-&gt;query($sql);


 $sql = &quot;insert into  jos_community_fields_values set
      userid=$record-&gt;userid , field_id = 19, value=$record-&gt;Zip / Postal Code&quot;;

  $db-&gt;query($sql);


  $sql = &quot;insert into  jos_community_fields_values set
      userid=$record-&gt;userid , field_id = 10, value=$record-&gt;State&quot;;

  $db-&gt;query($sql);



**********************

thanks,
Charlie</description>
		<content:encoded><![CDATA[<p>Hey, thank you for the great script. I have a following scenario and i want to use your script to import data located in &#8220;csv file&#8221; on my local drive in to an &#8220;existing&#8221; table (i set the   var $table_name=community_fields_values)  in my database. This is the sql query i want to run. can you please help me where i should i put this query in your script.</p>
<p>******************</p>
<p>$sql = &#8220;insert into  jos_community_fields_values set<br />
      userid=$record-&gt;userid , field_id = 9, value=$record-&gt;Address&#8221;;</p>
<p>  $db-&gt;query($sql);</p>
<p>$sql = &#8220;insert into  jos_community_fields_values set<br />
      userid=$record-&gt;userid , field_id = 11, value=$record-&gt;City&#8221;;</p>
<p>  $db-&gt;query($sql);</p>
<p> $sql = &#8220;insert into  jos_community_fields_values set<br />
      userid=$record-&gt;userid , field_id = 19, value=$record-&gt;Zip / Postal Code&#8221;;</p>
<p>  $db-&gt;query($sql);</p>
<p>  $sql = &#8220;insert into  jos_community_fields_values set<br />
      userid=$record-&gt;userid , field_id = 10, value=$record-&gt;State&#8221;;</p>
<p>  $db-&gt;query($sql);</p>
<p>**********************</p>
<p>thanks,<br />
Charlie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skakunov Alexander</title>
		<link>http://i1t2b3.com/2009/01/14/quick-csv-import-with-mapping/comment-page-2/#comment-874</link>
		<dc:creator>Skakunov Alexander</dc:creator>
		<pubDate>Sun, 21 Feb 2010 18:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://i1t2b3.com/?p=153#comment-874</guid>
		<description>I think you just need to register at &lt;a href=&quot;http://www.assembla.com?affiliate=i1t2b3&quot; rel=&quot;nofollow&quot;&gt;Assembla&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I think you just need to register at <a href="http://www.assembla.com?affiliate=i1t2b3" rel="nofollow">Assembla</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Read</title>
		<link>http://i1t2b3.com/2009/01/14/quick-csv-import-with-mapping/comment-page-2/#comment-871</link>
		<dc:creator>Phil Read</dc:creator>
		<pubDate>Sun, 21 Feb 2010 02:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://i1t2b3.com/?p=153#comment-871</guid>
		<description>The link is NOT working ;)

http://code.assembla.com/quick_csv_mapping_import goes to a 404 page, please help! 

Thanks.</description>
		<content:encoded><![CDATA[<p>The link is NOT working <img src='http://i1t2b3.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://code.assembla.com/quick_csv_mapping_import" rel="nofollow">http://code.assembla.com/quick_csv_mapping_import</a> goes to a 404 page, please help! </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
