@stdlib/utils-dsv-base
v0.2.2
Published
Standard base utilities for working with data formatted as delimiter-separated values (DSV).
Downloads
23
Readme
DSV
Base utilities for working with data formatted as delimiter-separated values (DSV).
Installation
npm install @stdlib/utils-dsv-base
Usage
var base = require( '@stdlib/utils-dsv-base' );
base
Namespace of base utilities for working with data formatted as delimiter-separated values (DSV).
var o = base;
// returns {...}
The namespace contains the following utilities:
parse( [options] )
: incremental parser for delimiter-separated values (DSV).
Examples
var objectKeys = require( '@stdlib/utils-keys' );
var base = require( '@stdlib/utils-dsv-base' );
console.log( objectKeys( base ) );
Notice
This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.
For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.
Community
License
See LICENSE.
Copyright
Copyright © 2016-2024. The Stdlib Authors.