Small node.js program which converts students' result sent by CBSE in .txt format and writes the data into a spreadsheet.
NOTE: You must have node installed in your system to use this program.
-
Clone the repository to your system.
-
Place your text file (.txt file) containing the exam results of students in this directory.
The text file must be in the format of the sample text file in this repository
-
Open result10.js file, go to line 63, and change the "SAMPLE_FILE.txt" to the name of your text file.
e.g. -
changefs.createReadStream('SAMPLE_FILE.txt')
tofs.createReadStream('_name of your text file here_')
-
Navigate to the this folder in terminal.
-
Run
node install
in the terminal. -
After installation of dependencies is complete, run
node result10
in the same directory from terminal. -
Your spreadsheet will be generated in the same directory.