{"id":16049616,"url":"https://github.com/oandregal/untangle-csv","last_synced_at":"2026-06-03T19:31:34.784Z","repository":{"id":141860606,"uuid":"82181743","full_name":"oandregal/untangle-csv","owner":"oandregal","description":"Utility to untangle CSVs","archived":false,"fork":false,"pushed_at":"2017-02-16T16:52:18.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-12T22:43:42.085Z","etag":null,"topics":["csv"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/oandregal.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":"2017-02-16T13:08:43.000Z","updated_at":"2017-02-16T13:19:22.000Z","dependencies_parsed_at":"2023-07-13T11:45:24.153Z","dependency_job_id":null,"html_url":"https://github.com/oandregal/untangle-csv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oandregal/untangle-csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oandregal%2Funtangle-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oandregal%2Funtangle-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oandregal%2Funtangle-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oandregal%2Funtangle-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oandregal","download_url":"https://codeload.github.com/oandregal/untangle-csv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oandregal%2Funtangle-csv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33876893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"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"],"created_at":"2024-10-09T00:25:14.873Z","updated_at":"2026-06-03T19:31:34.765Z","avatar_url":"https://github.com/oandregal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Untangle CSV columns\n\nThis utility converts this stream:\n\n\tdate,\"text/plain, text/html\",text/plain,\"text/plain, text/html, text/rtf\",\"text/html, text/plain\"\n\t2017-02-07,1,2,3,4\n\t2017-02-08,5,6,7,8\n\t2017-02-09,1,0,1,0\n\t2017-02-10,9,0,0,9\n\ninto:\n\n\tdate,text/plain,text/html,text/rtf\n\t2017-02-07,10,8,3\n\t2017-02-08,26,20,7\n\t2017-02-09,2,2,1\n\t2017-02-10,18,18,0\n\nUnder the hood, it adds the contents of the columns splitted. The columns not repeated will have the same contents - see the `date` column in the example.\n\n# How to use it\n\nInstall it as a global module:\n\n\tnpm install -g untangle-csv\n\nUse it UNIX-like:\n\n\tcat demo.csv | untangle-csv \u003e demo-untangled.csv\n\nOr as a regular script:\n\n\tuntangle-csv demo.csv demo-untangled.csv\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foandregal%2Funtangle-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foandregal%2Funtangle-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foandregal%2Funtangle-csv/lists"}