{"id":24698612,"url":"https://github.com/faradayio/fdy-dendrite","last_synced_at":"2026-05-17T08:36:23.531Z","repository":{"id":57141018,"uuid":"127808842","full_name":"faradayio/fdy-dendrite","owner":"faradayio","description":"A command-line tool to disaggregate rows in a csv","archived":false,"fork":false,"pushed_at":"2018-04-03T14:51:58.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-22T03:41:56.347Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/faradayio.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}},"created_at":"2018-04-02T20:29:30.000Z","updated_at":"2018-04-03T16:51:51.000Z","dependencies_parsed_at":"2022-09-05T01:20:12.066Z","dependency_job_id":null,"html_url":"https://github.com/faradayio/fdy-dendrite","commit_stats":null,"previous_names":["faradayio/dendrite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/faradayio/fdy-dendrite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Ffdy-dendrite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Ffdy-dendrite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Ffdy-dendrite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Ffdy-dendrite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faradayio","download_url":"https://codeload.github.com/faradayio/fdy-dendrite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Ffdy-dendrite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33132027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T06:27:06.342Z","status":"ssl_error","status_checked_at":"2026-05-17T06:26:59.432Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-01-27T04:29:30.092Z","updated_at":"2026-05-17T08:36:23.496Z","avatar_url":"https://github.com/faradayio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dendrite\n\nA command-line tool to disaggregate rows in a csv by a \"AND\"-delimited field\n\n#### What we have\n```CSV\nname,address,date\nNaomi and Bob,123 Main St,2018-03-01\nEthan,22 Maple St,2017-12-05\n\"John,Sybil\",22 Oak Ln,2016-2-21\n```\n\n#### What we want:\n```CSV\nname,address,date\nNaomi,123 Main St,2018-03-01\nBob,123 Main St,2018-03-01\nEthan,22 Maple St,2017-12-05\nJohn,22 Oak Ln,2016-2-21\nSybil,22 Oak Ln,2016-2-21\n```\n\nNote that Dendrite will disaggregate rows on standard \"AND\" separators found in the target field. These include `\u0026`, `and`, and `,`.\n\n## Install\n`npm install -g fdy-dendrite`\n\n## Usage\n\n`dendrite -i \u003cinput filename\u003e -f \u003csplit field name\u003e -o \u003coutput filename\u003e`\n\n## Arguments\n* `-i, --input` (_REQUIRED_) Input filename and path (e.g. '/home/ubuntu/inputfile.csv')\n* `-f, --field` (_REQUIRED_) Name of delimited field on which to duplicate rows (e.g. `name`)\n* `-o, --output` (_OPTIONAL_) Output filename and path. Default is the input filename with 'out_' prepended.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Ffdy-dendrite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaradayio%2Ffdy-dendrite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Ffdy-dendrite/lists"}