<?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>File Conversion Services Blog &#187; Databases</title>
	<atom:link href="http://blog.fileconversionservices.com/category/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fileconversionservices.com</link>
	<description></description>
	<lastBuildDate>Fri, 08 Feb 2008 15:40:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Converting csv to sql</title>
		<link>http://blog.fileconversionservices.com/2007/09/19/converting-csv-to-sql/</link>
		<comments>http://blog.fileconversionservices.com/2007/09/19/converting-csv-to-sql/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 22:01:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://blog.fileconversionservices.com/2007/09/19/converting-csv-to-sql/</guid>
		<description><![CDATA[When you have a file created in Excel or Access and you want to convert this into a sql file, it can be a headache getting from A to B.  As far as I know, this is not a straightforward &#8220;click and convert&#8221; process, but one that you have to put some thought into.
If you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>When you have a file created in Excel or Access and you want to convert this into a sql file, it can be a headache getting from A to B.  As far as I know, this is not a straightforward &#8220;click and convert&#8221; process, but one that you have to put some thought into.</p>
<p>If you&#8217;re an expert coder, you can write a script in PHP that will do the job for you, but if you&#8217;re not, you may not be able to accomplish this with much ease.  I have tried a few converting programs that claim to do the job but I always end up having to open my sql file afterwards and do edits to make it do what I wanted it to do.</p>
<p>The one way to do it that will guarantee that you end up with a sql file that does exactly what you want it to do the way you want it to do it is to create the sql file yourself.  There is a step by step tutorial at <a href="http://codingpad.maryspad.com" title="The Coding Pad" target="_blank">The Coding Pad</a> that walks you through the process of converting a csv file to sql.  It&#8217;s a four part tutorial, and instead of posting a link to each post separately, I will point you to the summary (<a href="http://codingpad.maryspad.com/2007/08/07/from-csv-to-sql-in-brief/ " title="From csv to sql - in brief" target="_blank">From csv to sql &#8211; in brief</a>) from where you can find the links to the four individual parts.</p>
<p>I have used this process myself many times and it&#8217;s never failed. You do need to have an idea how to interact with your server, but the explanation is pretty straightforward.</p>
<p>If you have any comments, or know any programs that work really well, please leave a comment here so that I can check it out. And if you have any questions I&#8217;ll be happy to answer them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fileconversionservices.com/2007/09/19/converting-csv-to-sql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
