parse-data
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

parse-data

A couple of simple utils for parsing data. One reads the package.json file to get the version field. Needed when not running from a native node environment. Another reads a CSV like file and returns an array of array strings representing the data. The rows are delimited by new lines, the columns are delimited by the passed in separator, typically a comma or tab.

At the moment this is not intended for public consumption.

Readme

Keywords

Package Sidebar

Install

npm i parse-data

Weekly Downloads

2

Version

1.0.1

License

GPL-3.0-or-later

Unpacked Size

42.2 kB

Total Files

8

Last publish

Collaborators

  • rolias