An simple .csv conversor to HTML and PDF. Built with NodeJS.
To install the dependencies, just execute the following command(you can also use yarn
instead npm
):
npm install
To run the conversor, run the following command on terminal (assuming that you're in root project directory):
node app.js
The app will ask an .csv file path to execute the conversion. If you don't have an .csv, you can run the example passing the following path:
./inputExample/users.csv
Once you informed the .csv file path, the converted files will be on output directory, specifically on respective html/pdf directories.
PS: There is one output example for either html and pdf based on input file;
- NodeJS - A free, open-sourced, cross-platform JavaScript run-time environment