<?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>UJMP&#187; Universal Java Matrix Package &#187; Import a Huge CSV Matrix</title>
	<atom:link href="http://www.ujmp.org/tag/import/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ujmp.org</link>
	<description>Universal Java Matrix Package</description>
	<lastBuildDate>Mon, 15 Feb 2010 11:40:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Import a Huge CSV Matrix</title>
		<link>http://www.ujmp.org/import-a-huge-csv-matrix/</link>
		<comments>http://www.ujmp.org/import-a-huge-csv-matrix/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 21:38:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[Huge Matrix]]></category>
		<category><![CDATA[Import]]></category>

		<guid isPermaLink="false">http://www.ujmp.org/?p=308</guid>
		<description><![CDATA[If you have a very large CSV file, that is bigger than the available memory, you can link to the file instead of importing the data:

Matrix hugeMatrix = MatrixFactory.linkToFile&#40;FileFormat.CSV, new File&#40;&#34;VeryBigFile.csv&#34;&#41;&#41;;

However, this matrix will be read-only.
]]></description>
			<content:encoded><![CDATA[<p>If you have a very large CSV file, that is bigger than the available memory, you can link to the file instead of importing the data:</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;">Matrix hugeMatrix <span style="color: #339933;">=</span> MatrixFactory.<span style="color: #006633;">linkToFile</span><span style="color: #009900;">&#40;</span>FileFormat.<span style="color: #006633;">CSV</span>, <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #003399;">File</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;VeryBigFile.csv&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>However, this matrix will be read-only.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ujmp.org/import-a-huge-csv-matrix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
