1.0.1 • Published 1 year ago

node-tsv v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

以TAB分割的文件到JSON转换器

TSV (Tab Separated Values) Json Convert

Convert JSON to TSV

	const json = jsonfile.readFileSync(file);
	const tsvString = toTSV(json)

Convert TSV to JSON

	const tsv = fs.readFileSync(file,'utf8');
	const json = fromTSV(tsv)
1.0.1

1 year ago

1.0.0

1 year ago