<?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>..::CHANGE is INEVITABLE::.. &#187; load data</title>
	<atom:link href="http://kedar.nitty-witty.com/blog/tag/load-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://kedar.nitty-witty.com/blog</link>
	<description>kedar.nitty-witty.com</description>
	<lastBuildDate>Fri, 03 Sep 2010 13:10:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Load Delimited Data (csv, excel) into MySQL Server</title>
		<link>http://kedar.nitty-witty.com/blog/load-delimited-data-csv-excel-into-mysql-server/</link>
		<comments>http://kedar.nitty-witty.com/blog/load-delimited-data-csv-excel-into-mysql-server/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 06:41:55 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[load CSV]]></category>
		<category><![CDATA[load data]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=440</guid>
		<description><![CDATA[
			
				
			
		
Loading csv or delimited data files to MySQL database is a very common task frequently questioned about and almost everytime LOAD DATA INFILE come into rescue.
Here we will try to understand some of the very common scenarios for loading data into MySQL Database.
The Load Data Syntax:
LOAD DATA [LOW_PRIORITY &#124; CONCURRENT] [LOCAL] INFILE &#8216;file_name&#8217;
[REPLACE &#124; IGNORE]
INTO [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/mysql-load-data-infile-syntax-generator-tool/' rel='bookmark' title='Permanent Link: MySQL Load Data Infile Syntax Generator Tool Download'>MySQL Load Data Infile Syntax Generator Tool Download</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/mysql-stored-procedure-split-delimited-string-into-rows/' rel='bookmark' title='Permanent Link: MySQL Stored procedure &#8211; Split Delimited string into Rows'>MySQL Stored procedure &#8211; Split Delimited string into Rows</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/quick-multi-mysql-server-installation-with-master-master-replication-on-same-windows-box/' rel='bookmark' title='Permanent Link: Quick Multi MySQL Server Installation with Master-Master Replication on Same Windows Box'>Quick Multi MySQL Server Installation with Master-Master Replication on Same Windows Box</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/load-delimited-data-csv-excel-into-mysql-server/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>
