simplecsv
Version:
Fast and compact CSV parser for parsing CSV with CSV to JSON support.
251 lines (57 loc) • 2.72 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Module: simplecsv</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">Module: simplecsv</h1>
<section>
<header>
</header>
<article>
<div class="container-overview">
</div>
<h3 class="subsection-title">Methods</h3>
<h4 class="name" id=".csv"><span class="type-signature">(static) </span>csv<span class="signature">()</span><span class="type-signature"></span></h4>
<div class="description">
<p>The csv parser class.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="simplecsv.js.html">simplecsv.js</a>, <a href="simplecsv.js.html#line17">line 17</a>
</li></ul></dd>
</dl>
<h4 class="name" id=".csvdata"><span class="type-signature">(static) </span>csvdata<span class="signature">()</span><span class="type-signature"></span></h4>
<div class="description">
<p>A class for keeping csv data after it is parsed.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="simplecsv.js.html">simplecsv.js</a>, <a href="simplecsv.js.html#line13">line 13</a>
</li></ul></dd>
</dl>
</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>