simplecsv
Version:
Fast and compact CSV parser for parsing CSV with CSV to JSON support.
165 lines (50 loc) • 2.06 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Class: csvdata</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Class: csvdata</h1>
<section>
<header>
<h2>
csvdata
</h2>
</header>
<article>
<div class="container-overview">
<h4 class="name" id="csvdata"><span class="type-signature"></span>new csvdata<span class="signature">()</span><span class="type-signature"></span></h4>
<div class="description">
<p>Represents csv data with some columns and rows.
May have column names.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_csvdata.js.html">lib/csvdata.js</a>, <a href="lib_csvdata.js.html#line14">line 14</a>
</li></ul></dd>
</dl>
</div>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-simplecsv.html">simplecsv</a></li></ul><h3>Classes</h3><ul><li><a href="csv.html">csv</a></li><li><a href="csvdata.html">csvdata</a></li><li><a href="private.html">private</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a> on Fri Jul 17 2015 02:09:00 GMT-0400 (EDT)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>