<?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>gHacks technology news &#187; csv splitter</title>
	<atom:link href="http://www.ghacks.net/tag/csv-splitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Split CSV Files</title>
		<link>http://www.ghacks.net/2008/11/30/split-csv-files/</link>
		<comments>http://www.ghacks.net/2008/11/30/split-csv-files/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 17:33:31 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[comma separated values]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[csv file]]></category>
		<category><![CDATA[csv splitter]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[split csv]]></category>
		<category><![CDATA[split csv files]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8618</guid>
		<description><![CDATA[CSV (Comma Separated Values) files are used to store tabular data with each line of a csv file corresponding to one row of the table. The columns of each row are separated by commas which makes it an easy process to create a table out of csv files.
The most common use of csv files is [...]]]></description>
			<content:encoded><![CDATA[<p>CSV (Comma Separated Values) files are used to store tabular data with each line of a csv file corresponding to one row of the table. The columns of each row are separated by commas which makes it an easy process to create a table out of csv files.</p>
<p>The most common use of csv files is data export and import. Many applications provide an export to csv option which will store the selected data in a csv file which can then be imported into another application that supports csv import.</p>
<p>Problems can arise if the generated csv file becomes very large as some applications or computer systems might run into limits. That&#8217;s where <a href="http://www.fxfisherman.com/forums/forex-metatrader/tools-utilities/75-csv-splitter-divide-large-csv-files.html#post727">CSV Splitter</a> (via <a href="http://www.technospot.net/blogs/spilt-large-csv-files-into-smaller-files-with-csv-splitter/">Technospot</a>) would come into play. The portable application can split large csv files into multiple files limiting the newly created csv files by the number of lines.</p>
<p><span id="more-8618"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/11/csv_splitter.jpg" alt="" title="csv splitter" width="496" height="192" class="alignnone size-medium wp-image-8619" /></p>
<p>The new csv files will be created in a subdirectory in the same location. It will be named after the original csv file. The application requires the Microsoft .net Framework 1.1.</p>

	Tags: <a href="http://www.ghacks.net/tag/comma-separated-values/" title="comma separated values" rel="tag">comma separated values</a>, <a href="http://www.ghacks.net/tag/csv/" title="csv" rel="tag">csv</a>, <a href="http://www.ghacks.net/tag/csv-file/" title="csv file" rel="tag">csv file</a>, <a href="http://www.ghacks.net/tag/csv-splitter/" title="csv splitter" rel="tag">csv splitter</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/split-csv/" title="split csv" rel="tag">split csv</a>, <a href="http://www.ghacks.net/tag/split-csv-files/" title="split csv files" rel="tag">split csv files</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/09/01/youtube-video-search-is-a-barebone-youtube-downloader/" title="Youtube Video Search Is A Barebone Youtube Downloader (September 1, 2009)">Youtube Video Search Is A Barebone Youtube Downloader</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/10/21/xkcd-comic-wallpaper-changer/" title="Xkcd Comic Wallpaper Changer (October 21, 2009)">Xkcd Comic Wallpaper Changer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/wireless-networking-software-homedale/" title="Wireless Networking Software Homedale (April 10, 2009)">Wireless Networking Software Homedale</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/windows-xp-default-internet-browser-per-user-profile/" title="Windows XP: Default Internet Browser Per User Profile (March 6, 2009)">Windows XP: Default Internet Browser Per User Profile</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/08/18/windows-xp-system-file-checker/" title="Windows XP System File Checker (August 18, 2009)">Windows XP System File Checker</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/30/split-csv-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
