Skip to content

thakurrajeev37/node-fileSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File System Demo.

Read JSON file and extract objects based upon any specific key and write data to new file.

#install

npm i file-system-practice

Usage.

var fileSystem = require('file-system-practice'); var file = "./inputFile.json"; var findValue = "PB";

fileSystem(file, findValue);

It will search in inputFile with state PB and create a new file having name PB_DATA.json.

About

Read JSON file to get objects based on some key/value condition and Write to new file having file name is name of key.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published