/table-text-from-csv

Using nodeJS to read csv data, process and output formatted tables into txt files

Primary LanguageJavaScript

table-text-from-csv

This code will parse csv data, process the text into numbers for processing/calculations, then output text files into the local filesystem.

I have used JavaScript and nodeJS as that is where I probably have the most experience, though with a front end focus! This kind of processing I would normally do in something like Perl 5.x

Getting Started

have node installed on your machine!

using a terminal:

navigate to an empty working directory on your computer, clone the project with git clone <insert url here>, then run npm install in parent project directory, then node app.js to execute the script and output the table data into 2 text files.

Built With

Authors

  • Adam Razzak

Acknowledgements

project preview:

table data screens:

image of table text output