<?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: WP CSV to Database Plugin &#8211; Import Excel file content into WordPress database (MySQL)</title> <atom:link href="http://www.tipsandtricks-hq.com/wp-csv-to-database-plugin-import-excel-file-content-into-wordpress-database-2116/feed" rel="self" type="application/rss+xml" /><link>http://www.tipsandtricks-hq.com/wp-csv-to-database-plugin-import-excel-file-content-into-wordpress-database-2116</link> <description>Tech tips, WordPress plugins, WordPress tweaks and Technical tips to build a better blog.</description> <lastBuildDate>Thu, 09 Feb 2012 03:41:53 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Mihcael</title><link>http://www.tipsandtricks-hq.com/wp-csv-to-database-plugin-import-excel-file-content-into-wordpress-database-2116/comment-page-2#comment-39834</link> <dc:creator>Mihcael</dc:creator> <pubDate>Tue, 25 Oct 2011 11:43:42 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=2116#comment-39834</guid> <description>For a generic, free tool that allows you to load CSV files into any database, check out CSVexpress.</description> <content:encoded><![CDATA[<p>For a generic, free tool that allows you to load CSV files into any database, check out CSVexpress.</p> ]]></content:encoded> </item> <item><title>By: admin</title><link>http://www.tipsandtricks-hq.com/wp-csv-to-database-plugin-import-excel-file-content-into-wordpress-database-2116/comment-page-2#comment-35212</link> <dc:creator>admin</dc:creator> <pubDate>Sat, 01 Oct 2011 02:02:31 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=2116#comment-35212</guid> <description>You gotta format the date correctly. MySQL date values are formatted like the following:
&lt;code&gt;
yyyy-mm-dd
&lt;/code&gt;
The following video tutorial should help:
http://www.tipsandtricks-hq.com/how-to-easily-import-or-export-any-of-your-wordpress-database-content-using-phpmyadmin-3415</description> <content:encoded><![CDATA[<p>You gotta format the date correctly. MySQL date values are formatted like the following:<br
/> <code><br
/> yyyy-mm-dd<br
/> </code><br
/> The following video tutorial should help:<br
/> <a
href="http://www.tipsandtricks-hq.com/how-to-easily-import-or-export-any-of-your-wordpress-database-content-using-phpmyadmin-3415" rel="nofollow">http://www.tipsandtricks-hq.com/how-to-easily-import-or-export-any-of-your-wordpress-database-content-using-phpmyadmin-3415</a></p> ]]></content:encoded> </item> <item><title>By: Frank</title><link>http://www.tipsandtricks-hq.com/wp-csv-to-database-plugin-import-excel-file-content-into-wordpress-database-2116/comment-page-2#comment-35153</link> <dc:creator>Frank</dc:creator> <pubDate>Fri, 30 Sep 2011 18:06:13 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=2116#comment-35153</guid> <description>This is an awesome plugin, i just have one question for you.  I am using it to import posts to the wp_posts table from a csv file.  Everything imports correctly except the date.In the CSV file, the date is formatted like this:9/30/2011 10:15upon import, the DB shows this:00/00/0000 00:00any ideas?</description> <content:encoded><![CDATA[<p>This is an awesome plugin, i just have one question for you.  I am using it to import posts to the wp_posts table from a csv file.  Everything imports correctly except the date.</p><p>In the CSV file, the date is formatted like this:</p><p>9/30/2011 10:15</p><p>upon import, the DB shows this:</p><p>00/00/0000 00:00</p><p>any ideas?</p> ]]></content:encoded> </item> <item><title>By: Mike</title><link>http://www.tipsandtricks-hq.com/wp-csv-to-database-plugin-import-excel-file-content-into-wordpress-database-2116/comment-page-2#comment-31190</link> <dc:creator>Mike</dc:creator> <pubDate>Sun, 21 Aug 2011 15:55:03 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=2116#comment-31190</guid> <description>Ok,, thank you for the assistance!</description> <content:encoded><![CDATA[<p>Ok,, thank you for the assistance!</p> ]]></content:encoded> </item> <item><title>By: admin</title><link>http://www.tipsandtricks-hq.com/wp-csv-to-database-plugin-import-excel-file-content-into-wordpress-database-2116/comment-page-2#comment-31178</link> <dc:creator>admin</dc:creator> <pubDate>Sun, 21 Aug 2011 05:55:39 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=2116#comment-31178</guid> <description>All comments should go to the &quot;wp_comments&quot; table (its one of the core tables of WordPress).</description> <content:encoded><![CDATA[<p>All comments should go to the &#8220;wp_comments&#8221; table (its one of the core tables of WordPress).</p> ]]></content:encoded> </item> <item><title>By: Mike</title><link>http://www.tipsandtricks-hq.com/wp-csv-to-database-plugin-import-excel-file-content-into-wordpress-database-2116/comment-page-2#comment-31164</link> <dc:creator>Mike</dc:creator> <pubDate>Sun, 21 Aug 2011 01:25:59 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=2116#comment-31164</guid> <description>@admin, thanks for your reply. It shouldn&#039;t be hard to import the comments into SQL, I have experience doing it.  Do all comments plugins for wordpress make use of the same wp_comments table?</description> <content:encoded><![CDATA[<p>@admin, thanks for your reply. It shouldn&#8217;t be hard to import the comments into SQL, I have experience doing it.  Do all comments plugins for wordpress make use of the same wp_comments table?</p> ]]></content:encoded> </item> <item><title>By: admin</title><link>http://www.tipsandtricks-hq.com/wp-csv-to-database-plugin-import-excel-file-content-into-wordpress-database-2116/comment-page-2#comment-31161</link> <dc:creator>admin</dc:creator> <pubDate>Sat, 20 Aug 2011 23:29:05 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=2116#comment-31161</guid> <description>@Mike, I don&#039;t know of any comments plugin that lets you import comments but I think all you really need is to insert the comments into the &quot;wp_comments&quot; table in WordPress. This article might help you to where you can do it yourself:
http://www.tipsandtricks-hq.com/how-to-easily-import-or-export-any-of-your-wordpress-database-content-using-phpmyadmin-3415</description> <content:encoded><![CDATA[<p>@Mike, I don&#8217;t know of any comments plugin that lets you import comments but I think all you really need is to insert the comments into the &#8220;wp_comments&#8221; table in WordPress. This article might help you to where you can do it yourself:<br
/> <a
href="http://www.tipsandtricks-hq.com/how-to-easily-import-or-export-any-of-your-wordpress-database-content-using-phpmyadmin-3415" rel="nofollow">http://www.tipsandtricks-hq.com/how-to-easily-import-or-export-any-of-your-wordpress-database-content-using-phpmyadmin-3415</a></p> ]]></content:encoded> </item> <item><title>By: Mike C</title><link>http://www.tipsandtricks-hq.com/wp-csv-to-database-plugin-import-excel-file-content-into-wordpress-database-2116/comment-page-2#comment-31152</link> <dc:creator>Mike C</dc:creator> <pubDate>Sat, 20 Aug 2011 18:03:44 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=2116#comment-31152</guid> <description>Hi, do you have any suggestions as to a good comments plugin for Wordpress that isn&#039;t too terribly difficult to import comments into? I have a few posts from my old Joomla site that have close to 1200 comments and they serve well for credibility purposes.  I recently imported 530 reviews from CSV into the SQL table for WP Customer Reviews which was great! I just need to do the same thing for my comments.  But just curious if you had any recommendation for a good comments plugin?</description> <content:encoded><![CDATA[<p>Hi, do you have any suggestions as to a good comments plugin for WordPress that isn&#8217;t too terribly difficult to import comments into? I have a few posts from my old Joomla site that have close to 1200 comments and they serve well for credibility purposes.  I recently imported 530 reviews from CSV into the SQL table for WP Customer Reviews which was great! I just need to do the same thing for my comments.  But just curious if you had any recommendation for a good comments plugin?</p> ]]></content:encoded> </item> <item><title>By: Brent Williamz</title><link>http://www.tipsandtricks-hq.com/wp-csv-to-database-plugin-import-excel-file-content-into-wordpress-database-2116/comment-page-2#comment-30809</link> <dc:creator>Brent Williamz</dc:creator> <pubDate>Fri, 12 Aug 2011 07:19:30 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=2116#comment-30809</guid> <description>Ahhh...that will help enormously.I&#039;ll watch that video tutorial now, then delve into mycPanel MyPHPAdmin to create a table. I did manage to find some reference to the description field like you&#039;re saying, &amp; it said make the description field type &quot;longtext&quot;.Many thanks for all that &amp; I&#039;ll be back...to let you know the outcome. Cheers &amp; avagoodweekend!</description> <content:encoded><![CDATA[<p>Ahhh&#8230;that will help enormously.</p><p>I&#8217;ll watch that video tutorial now, then delve into mycPanel MyPHPAdmin to create a table. I did manage to find some reference to the description field like you&#8217;re saying, &amp; it said make the description field type &#8220;longtext&#8221;.</p><p>Many thanks for all that &amp; I&#8217;ll be back&#8230;to let you know the outcome. Cheers &amp; avagoodweekend!</p> ]]></content:encoded> </item> <item><title>By: admin</title><link>http://www.tipsandtricks-hq.com/wp-csv-to-database-plugin-import-excel-file-content-into-wordpress-database-2116/comment-page-2#comment-30806</link> <dc:creator>admin</dc:creator> <pubDate>Fri, 12 Aug 2011 03:44:06 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=2116#comment-30806</guid> <description>Just wanted to add... this tutorial might come in handy for you:
http://www.tipsandtricks-hq.com/how-to-easily-import-or-export-any-of-your-wordpress-database-content-using-phpmyadmin-3415</description> <content:encoded><![CDATA[<p>Just wanted to add&#8230; this tutorial might come in handy for you:<br
/> <a
href="http://www.tipsandtricks-hq.com/how-to-easily-import-or-export-any-of-your-wordpress-database-content-using-phpmyadmin-3415" rel="nofollow">http://www.tipsandtricks-hq.com/how-to-easily-import-or-export-any-of-your-wordpress-database-content-using-phpmyadmin-3415</a></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.tipsandtricks-hq.com @ 2012-02-09 02:08:30 -->
