A script to convert a .csv file to an HTML table.
- Run
npm install
. - Run
node runMe.js
. - Edit line 6
.fromFile(
${__dirname}/dependencies.csv)
to point at the csv file you want to convert - Lines 27-33 may need to be edited depending on your desired column headers
- Results write to index.html
This script was created to convert a .csv file to the table on https://puppet.com/puppet-remediate-components-licenses
No known bugs.
Please contact michaela.delight@gmail.com with questions or concerns.
- HTML
- JavaScript
- Node.js
- Npm
MIT License
Copyright (c) 2019 Michaela Davis