<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Programming Life &#187; CSV file</title>
	<atom:link href="http://blog.coding.ro/tag/csv-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coding.ro</link>
	<description>Coding Through Life</description>
	<lastBuildDate>Fri, 13 Jan 2012 09:03:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How can we import data in MySQL from CSV file</title>
		<link>http://blog.coding.ro/how-can-we-import-data-in-mysql-from-csv-file/</link>
		<comments>http://blog.coding.ro/how-can-we-import-data-in-mysql-from-csv-file/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 21:19:36 +0000</pubDate>
		<dc:creator>sonix</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[CSV file]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[import data]]></category>

		<guid isPermaLink="false">http://blog.coding.ro/?p=13</guid>
		<description><![CDATA[Run this SQL script either from a mysql console or from your favorite scripting language (PHP, PERL&#8230;) LOAD DATA LOCAL INFILE &#8216;/path-to-file/dump_file.csv&#8217; INTO TABLE table_name FIELDS TERMINATED BY &#8216;,&#8217; LINES TERMINATED BY &#8216;\n&#8217; (Field_1, Filed_2, Field_3); I believe the syntax is more than clear so I won&#8217;t bother explaining too much.]]></description>
			<content:encoded><![CDATA[<p>Run this SQL script either from a mysql console or from your favorite scripting language (PHP, PERL&#8230;)</p>
<p>LOAD DATA LOCAL INFILE &#8216;/path-to-file/dump_file.csv&#8217;<br />
INTO TABLE table_name<br />
FIELDS TERMINATED BY &#8216;,&#8217;<br />
LINES TERMINATED BY &#8216;\n&#8217;<br />
(Field_1, Filed_2, Field_3);</p>
<p>I believe the syntax is more than clear so I won&#8217;t bother explaining too much.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.coding.ro%2Fhow-can-we-import-data-in-mysql-from-csv-file%2F&amp;title=How%20can%20we%20import%20data%20in%20MySQL%20from%20CSV%20file" id="wpa2a_2"><img src="http://blog.coding.ro/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.coding.ro/how-can-we-import-data-in-mysql-from-csv-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

