{"id":15295147,"url":"https://github.com/oskaritimperi/csvre","last_synced_at":"2025-10-25T22:43:39.554Z","repository":{"id":57614419,"uuid":"178068781","full_name":"oskaritimperi/csvre","owner":"oskaritimperi","description":"A simple tool for replacing data in CSV columns with regular expressions.","archived":false,"fork":false,"pushed_at":"2019-03-29T06:26:18.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T21:33:14.994Z","etag":null,"topics":["csv","regex","rust-lang"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"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/oskaritimperi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-27T20:20:12.000Z","updated_at":"2019-03-29T06:26:20.000Z","dependencies_parsed_at":"2022-09-11T01:01:29.794Z","dependency_job_id":null,"html_url":"https://github.com/oskaritimperi/csvre","commit_stats":null,"previous_names":["oswjk/csvre"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oskaritimperi/csvre","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskaritimperi%2Fcsvre","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskaritimperi%2Fcsvre/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskaritimperi%2Fcsvre/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskaritimperi%2Fcsvre/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oskaritimperi","download_url":"https://codeload.github.com/oskaritimperi/csvre/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskaritimperi%2Fcsvre/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281032287,"owners_count":26432754,"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-10-25T02:00:06.499Z","response_time":81,"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","regex","rust-lang"],"created_at":"2024-09-30T17:08:48.156Z","updated_at":"2025-10-25T22:43:39.510Z","avatar_url":"https://github.com/oskaritimperi.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csvre\n\nA simple tool for replacing data in CSV columns with regular\nexpressions.\n\n## USAGE\n\n    csvre [options] --column=COLUMN \u003cregex\u003e \u003creplacement\u003e\n    csvre (-h | --help)\n    csvre --version\n\n## ARGUMENTS\n\n    \u003cregex\u003e\n\n        Regular expression used for matching.\n\n        For syntax documentation, see\n        https://docs.rs/regex/1.1.2/regex/#syntax\n\n        Some information about unicode handling can be found from\n        https://docs.rs/regex/1.1.2/regex/#unicode\n\n    \u003creplacement\u003e\n\n        Replacement string.\n\n        You can reference named capture groups in the regex with $name and\n        ${name} syntax. You can also use integers to reference capture\n        groups with $0 being the whole match, $1 the first group and so on.\n\n        If a capture group is not valid (name does not exist or index is\n        invalid), it is replaced with the empty string.\n\n        To insert a literal $, use $$.\n\n## OPTIONS\n\n    -h, --help\n\n        Show this message.\n\n    --version\n\n        Show the version number.\n\n    -d DELIM, --delimiter=DELIM\n\n        Field delimiter. This is used for both input and output.\n        [default: ,]\n\n    -c COLUMN, --column=COLUMN\n\n        Which column to operate on.\n\n        You can either use the column name or zero based index. If\n        you specify --no-headers, then you can only use the index\n        here.\n\n    -n, --no-headers\n\n        The input does not have a header row.\n\n        If you use this option, you can do matching against the first\n        row of input.\n\n    -b, --bytes\n\n        Don't assume utf-8 input, work on raw bytes instead.\n\n        See https://docs.rs/regex/1.1.2/regex/bytes/index.html#syntax\n        for differences to the normal matching rules.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foskaritimperi%2Fcsvre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foskaritimperi%2Fcsvre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foskaritimperi%2Fcsvre/lists"}