<?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: Importing CSV file data into sqlite3</title>
	<atom:link href="http://desipenguin.com/techblog/2009/07/13/importing-csv-file-data-into-sqlite3/feed/" rel="self" type="application/rss+xml" />
	<link>http://desipenguin.com/techblog/2009/07/13/importing-csv-file-data-into-sqlite3/</link>
	<description>Open source, Tech Tips, Reviews, Tutorials and more …</description>
	<lastBuildDate>Fri, 28 May 2010 01:46:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Slumped Over Keyboard Dead &#124; Throwing myself in front of web apps so you don&#39;t have too! &#187; Load a CSV File into MySQL Using LOAD DATA INFILE</title>
		<link>http://desipenguin.com/techblog/2009/07/13/importing-csv-file-data-into-sqlite3/comment-page-1/#comment-169</link>
		<dc:creator>Slumped Over Keyboard Dead &#124; Throwing myself in front of web apps so you don&#39;t have too! &#187; Load a CSV File into MySQL Using LOAD DATA INFILE</dc:creator>
		<pubDate>Wed, 21 Apr 2010 12:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://desipenguin.com/techblog/?p=327#comment-169</guid>
		<description>[...] Importing CSV file data into sqlite3 (desipenguin.com) [...]</description>
		<content:encoded><![CDATA[<p>[...] Importing CSV file data into sqlite3 (desipenguin.com) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jillian</title>
		<link>http://desipenguin.com/techblog/2009/07/13/importing-csv-file-data-into-sqlite3/comment-page-1/#comment-159</link>
		<dc:creator>Jillian</dc:creator>
		<pubDate>Wed, 10 Feb 2010 03:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://desipenguin.com/techblog/?p=327#comment-159</guid>
		<description>I know this is old as hell but instead of a comma-delimited csv file it&#039;s better to save your data as a tab-delimited text file and import it with:

.separator &#039;	&#039;

.import links.txt links

That way you can have commas in your data and since excel spreadsheets don&#039;t allow tabs they&#039;re great for preparing your data and then saving as tab-delimited text files. GL!</description>
		<content:encoded><![CDATA[<p>I know this is old as hell but instead of a comma-delimited csv file it&#8217;s better to save your data as a tab-delimited text file and import it with:</p>
<p>.separator &#8216;	&#8216;</p>
<p>.import links.txt links</p>
<p>That way you can have commas in your data and since excel spreadsheets don&#8217;t allow tabs they&#8217;re great for preparing your data and then saving as tab-delimited text files. GL!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
