/csv-to-html-table

Converts .csv file to an HTML table

Primary LanguageHTML

CSV to HTML Table

5.12.19 Michaela Davis

Description

A script to convert a .csv file to an HTML table.

Setup

  1. Run npm install.
  2. Run node runMe.js.
  3. Edit line 6 .fromFile(${__dirname}/dependencies.csv) to point at the csv file you want to convert
  4. Lines 27-33 may need to be edited depending on your desired column headers
  5. Results write to index.html

Specifications

This script was created to convert a .csv file to the table on https://puppet.com/puppet-remediate-components-licenses

Puppet Remediate Licenses
Puppet Remediate Licenses
Puppet Remediate Licenses

Known Bugs

No known bugs.

Support and contact details

Please contact michaela.delight@gmail.com with questions or concerns.

Technologies Used

  • HTML
  • JavaScript
  • Node.js
  • Npm

License

MIT License

Copyright (c) 2019 Michaela Davis