{"id":22316859,"url":"https://github.com/somecho/csv-to-html","last_synced_at":"2025-07-05T07:04:02.056Z","repository":{"id":215294627,"uuid":"738523213","full_name":"somecho/csv-to-html","owner":"somecho","description":"CLI to convert CSV to HTML Table","archived":false,"fork":false,"pushed_at":"2024-01-04T12:26:24.000Z","size":3962,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T03:29:32.995Z","etag":null,"topics":["cli","csv","html","rust","tables","utility"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/somecho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-03T12:26:34.000Z","updated_at":"2024-06-06T10:56:57.000Z","dependencies_parsed_at":"2025-03-26T03:28:11.923Z","dependency_job_id":"cbc29fa2-00a7-43ab-880e-147bab508928","html_url":"https://github.com/somecho/csv-to-html","commit_stats":null,"previous_names":["somecho/csv-to-html","somecho/tbl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/somecho/csv-to-html","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2Fcsv-to-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2Fcsv-to-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2Fcsv-to-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2Fcsv-to-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/somecho","download_url":"https://codeload.github.com/somecho/csv-to-html/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2Fcsv-to-html/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263699739,"owners_count":23497961,"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","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":["cli","csv","html","rust","tables","utility"],"created_at":"2024-12-03T23:08:08.077Z","updated_at":"2025-07-05T07:04:02.050Z","avatar_url":"https://github.com/somecho.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csv-to-html\n\nA simple CLI and Rust crate to convert CSV to HTML tables.\n\n## Installation\nInstallation is very easy with Cargo. If you have it:\n\n```sh\ncargo install csv-to-html\n```\n\n### Uninstalling\n`csv-to-html` has no side effects on your system, _i.e. no config files, no\nprogram data files, etc_. Installation is as easy as:\n\n```sh\ncargo uninstall csv-to-html\n```\n\n### Web Service\n\n`csv-to-html` has a [web\nservice](https://github.com/somecho/csv-to-html-service) that wraps this tool.\nIf you just need a quick and easy conversion, try it out.\n\n## Usage\n\n```\nUsage: csv-to-html [OPTIONS] --filename \u003cFILENAME\u003e\n\nOptions:\n  -f, --filename \u003cFILENAME\u003e    path to input file\n  -n, --no-header              the CSV file has no header\n  -o, --output \u003cOUTPUT\u003e        path of output file. If not specified, will print to stdout\n  -d, --delimiter \u003cDELIMITER\u003e  [default: ,]\n  -h, --help                   Print help\n  -V, --version                Print version\n```\n\n### Examples\n```sh\ncsv-to-html -f simple.csv\ncsv-to-html -f simple.csv -n\ncsv-to-html -f simple.csv -d \" \"\ncsv-to-html -f simple.csv -o output.html\n```\n\n## Programmatic Usage\nYou can also use this is a library. To add to your Rust program:\n```\ncargo add csv-to-html\n```\n\n### Example\n\n```rust\nlet html: String = csv_to_html::convert(\u0026csv_string, \u0026b',', \u0026true);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomecho%2Fcsv-to-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomecho%2Fcsv-to-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomecho%2Fcsv-to-html/lists"}