{"id":19443980,"url":"https://github.com/raymanoz/redex","last_synced_at":"2026-05-13T20:34:00.810Z","repository":{"id":149552660,"uuid":"295921854","full_name":"raymanoz/redex","owner":"raymanoz","description":"redacted-export: export table data, and redact fields as you go","archived":false,"fork":false,"pushed_at":"2021-09-20T01:30:14.000Z","size":12,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T08:16:45.458Z","etag":null,"topics":["data-export","database","redact"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/raymanoz.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-09-16T04:23:10.000Z","updated_at":"2021-09-20T01:30:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a73b6b9-27ed-4142-ab19-2b5dbb7219d8","html_url":"https://github.com/raymanoz/redex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raymanoz/redex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raymanoz%2Fredex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raymanoz%2Fredex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raymanoz%2Fredex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raymanoz%2Fredex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raymanoz","download_url":"https://codeload.github.com/raymanoz/redex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raymanoz%2Fredex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32999453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"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":["data-export","database","redact"],"created_at":"2024-11-10T15:45:48.915Z","updated_at":"2026-05-13T20:34:00.796Z","avatar_url":"https://github.com/raymanoz.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redex\nredacted-export: export table data, and redact fields as you go\n\n## how\nUse gradle to build the redex jar\n```$ ./gradlew clean jar```\n\nThis will create a snapshot jar in `build/libs/redex-SNAPSHOT.jar`\n\nCopy that jar as `redex.jar` nd teh batch file `bin/redex.bat` into the same directory.\n\nCreate a json config file containing the tables, and field fields that you would like to react. eg:\n```json\n{ \"name\": \"myDatabase\",\n  \"jdbcUrl\": \"jdbc:sqlserver://SomeServer:50435;databaseName=myDB;integratedSecurity=true\",\n  \"data\": [\n    {\"name\":  \"People\",\n     \"query\": \"select top 10 from those_people\", \n     \"redact\": [\"Surname\", \"PhoneNumber\"]},\n    {\"name\":  \"Places\",\n     \"query\":  \"places\"}\n  ]\n}\n```\n\nThe above configuration will create a spreadsheet named `myDatabase.xlsx`, exporting the query for `People` (2 fields redacted), \nand `Places`. The sheets in the workbook will be named the value you give `name`.\n\n```\n$ redex.bat config.json c:/mydir\n```\n\n## Note\nif you use are using MS integrated security, please be sure to copy the `mssql-jdbc_auth-8.4.1.x64.dll` file into the \nsame directory as the `redex.bat` file. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraymanoz%2Fredex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraymanoz%2Fredex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraymanoz%2Fredex/lists"}