0.0.5 • Published 3 years ago

@devcomfort/csv-reader v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

csv-reader

Pure Javascript CSV Parser for Node.js user.

If anyone wants to use the "CDN" service, please contact me at devcomfort02@gmail.com.

Example

/** in the case where the filename "excel.xlsx" is valid. */
import { read_csv, read_csv_and_parse } from "@devcomfort/csv-reader";
console.log(read_csv("excel.xlsx"));
console.log(read_csv_and_parse("excel.xlsx")); // `read_csv_and_parse` function automatically parses numerical data in the csv file, while `read_csv` doesn't.
0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago