{"id":17791555,"url":"https://github.com/davidak/notes2tsv","last_synced_at":"2025-07-20T15:33:25.263Z","repository":{"id":146400315,"uuid":"257892063","full_name":"davidak/notes2tsv","owner":"davidak","description":"Convert notes of measurements to TSV format","archived":false,"fork":false,"pushed_at":"2020-04-22T13:06:58.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-13T14:00:03.454Z","etag":null,"topics":["converter","csv","python","tsv"],"latest_commit_sha":null,"homepage":"https://codeberg.org/davidak/notes2tsv","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-04-22T12:16:17.000Z","updated_at":"2020-06-05T23:00:28.000Z","dependencies_parsed_at":"2024-08-04T02:06:18.385Z","dependency_job_id":null,"html_url":"https://github.com/davidak/notes2tsv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidak/notes2tsv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidak%2Fnotes2tsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidak%2Fnotes2tsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidak%2Fnotes2tsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidak%2Fnotes2tsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidak","download_url":"https://codeload.github.com/davidak/notes2tsv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidak%2Fnotes2tsv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266151524,"owners_count":23884436,"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":["converter","csv","python","tsv"],"created_at":"2024-10-27T10:53:31.775Z","updated_at":"2025-07-20T15:33:25.243Z","avatar_url":"https://github.com/davidak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# notes2tsv\n\nConvert notes of measurements to TSV format\n\nI made a lot of measurements while testing an appliance at work. Now i want to convert my notes into a spreadsheet. I have created this small script to convert the notes to TSV format. CSV would be more popular, but i have commas in the comments.\n\n### Requirements\n\nTested with Python 3.7, but it should work with any later version too.\n\n## Usage\n\n1. Download this repository as zip and extract it or clone with git\n2. Open a terminal and navigate to the repository, e.g. `cd Downloads/notes2tsv`\n3. Run the script on your data, e.g. `./notes2tsv.py examples/data.txt \u003edata.tsv`\n\nSee files in `examples/` for example notes textfile and converted TSV file.\n\nThe following notes would look like that when converted:\n\n```\n30 Containers, ext4, dev net\nScan 8 hosts x 1 NVTs\nScan Duration 2:03h\nResults: 962\nErrors: 0\nTarget load: 0\n\n30 Containers, ext4, dev net\nScan 8 hosts x 10 NVTs\nScan Duration 1:15h\nResults: 1115\nErrors: 168\nTarget load: 0\n...\n```\n\n```\nTargets\tHosts\tNVTs\tScan Duration\tResults\tErrors\tTarget load\tTarget iowait\tGSM load\tComment\n30\t8\t1\t2:03\t962\t0\t0\t\t\t30 Containers, ext4, dev net\n30\t8\t10\t1:15\t1115\t168\t0\t\t\t30 Containers, ext4, dev net\n...\n```\n\n## License\n\nCopyright (C) 2020 [davidak](https://davidak.de/)\n\nLicensed under the [GNU General Public License v3.0 or later](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidak%2Fnotes2tsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidak%2Fnotes2tsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidak%2Fnotes2tsv/lists"}