{"id":19153674,"url":"https://github.com/shevabam/htmlify-csv","last_synced_at":"2025-07-31T01:41:42.928Z","repository":{"id":54022744,"uuid":"107660928","full_name":"shevabam/htmlify-csv","owner":"shevabam","description":"Converts a CSV file into an HTML table very easily!","archived":false,"fork":false,"pushed_at":"2021-03-10T08:39:05.000Z","size":107,"stargazers_count":11,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-10T19:36:31.698Z","etag":null,"topics":["csv","html","table"],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shevabam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-20T09:46:02.000Z","updated_at":"2025-07-01T12:50:55.000Z","dependencies_parsed_at":"2022-08-13T06:10:14.167Z","dependency_job_id":null,"html_url":"https://github.com/shevabam/htmlify-csv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shevabam/htmlify-csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shevabam%2Fhtmlify-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shevabam%2Fhtmlify-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shevabam%2Fhtmlify-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shevabam%2Fhtmlify-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shevabam","download_url":"https://codeload.github.com/shevabam/htmlify-csv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shevabam%2Fhtmlify-csv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267973293,"owners_count":24174401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","html","table"],"created_at":"2024-11-09T08:23:53.222Z","updated_at":"2025-07-31T01:41:42.869Z","avatar_url":"https://github.com/shevabam.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# htmlify-csv.js\n\nThis NodeJs module converts a CSV file into an HTML table very easily!\n\nThe HTML table generated allows you to filter the columns and sort them.\n\n![](sample/htmlify-csv_example.png)\n\n\n## Install\n\nClone this repository:\n\n```\ngit clone git@github.com:shevabam/htmlify-csv.git\ncd htmlify-csv\n```\n\nThen run:\n\n```\nnpm install\n```\n\n\n## Usage\n\nConverts `example.csv` into HTML file, located in `datas` folder:\n\n```\nnode htmlify-csv convert example.csv\n```\n\nAdd some options to define the delimiter and to open the generated HTML file in your Web browser:\n\n```\nnode htmlify-csv convert example.csv --delimiter=\";\" --show\n```\n\nConverts `datas/example.csv` to `datas/example.html` width \";\" delimiter, and open output file in your Web browser:\n\n```\nnode htmlify-csv convert \"datas/example.csv\" --delimiter=\";\" --output=\"datas/example.html\" --show\n```\n\n\n## Options\n\nTo view all available options, use:\n\n```\nnode htmlify-csv --help\n```\n\n\n| Param | Description | Default | Example |\n| --- | --- | --- | --- |\n| --delimiter | CSV delimiter | , | --delimiter=\";\" |\n| --output | Output filename | datas/output.html | --output=\"file.html\" |\n| --show | Open HTML output file in browser | false | |\n| --port | Server port number | 8090 | --port=1337\n\n\n\n## Credits\n\n* [jQuery](https://jquery.com/)\n* [tablesorter](https://mottie.github.io/tablesorter/docs/)\n* [Caporal.js](https://github.com/mattallty/Caporal.js)\n* [babyparse](https://www.npmjs.com/package/babyparse)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshevabam%2Fhtmlify-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshevabam%2Fhtmlify-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshevabam%2Fhtmlify-csv/lists"}