To Convert from text to array
npm install text-to-arrayjavascript
npm install read-text-file --save
const textToArray = require('text-to-array');
var dataArray = textToArray.getArray(path); // Path of the text File
console.log(dataArray); // dataArray of file
`
i.e
$3
#### example :
##### key1 : value1
##### key2 : value2
##### key3 : value3
Author
#### Tanumay Ghosh
``