<p>When I try to load a csv file as following, </p>

<pre><code>0 1 2 3
4 5 6 7
</code></pre>

<p>it always complain </p>

<blockquote>
<p>Unable to detect type of 'softmax_data.txt'; incorrect extension?</p>
</blockquote>

<p>Codes : </p>

<pre><code>arma::mat trainData;
data::Load("train.csv", trainData, true);
</code></pre>

<p>After checking, I bet that the csv file on windows(edit by notepad++) do not fit the load type of armadillo.<br>
The load type return by</p>

<pre><code>arma::diskio::guess_file_type(stream) 
</code></pre>

<p>is 0.Maybe this is a bug of armadillo?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/467">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFGxPq9LfcAlb0HIaCELs9aBpyt9Uks5pArUfgaJpZM4GYrLK.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/issues/467"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>