{"id":19856357,"url":"https://github.com/joesiu/xlsx-to-csv-action","last_synced_at":"2026-04-10T22:48:29.545Z","repository":{"id":222984193,"uuid":"758879076","full_name":"JoeSiu/xlsx-to-csv-action","owner":"JoeSiu","description":"A GitHub action to convert .xlsx file to .csv file, with the ability to filter / rename columns","archived":false,"fork":false,"pushed_at":"2024-06-28T01:41:02.000Z","size":863,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T23:46:37.494Z","etag":null,"topics":["action","github","workflow"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/xlsx-to-csv-action","language":"TypeScript","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/JoeSiu.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":"2024-02-17T10:53:51.000Z","updated_at":"2024-06-28T01:40:37.000Z","dependencies_parsed_at":"2025-02-28T21:43:21.177Z","dependency_job_id":"664320f1-26ca-4212-85a5-f390de3a2b54","html_url":"https://github.com/JoeSiu/xlsx-to-csv-action","commit_stats":null,"previous_names":["joesiu/xlsx-to-csv-action"],"tags_count":4,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/JoeSiu/xlsx-to-csv-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeSiu%2Fxlsx-to-csv-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeSiu%2Fxlsx-to-csv-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeSiu%2Fxlsx-to-csv-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeSiu%2Fxlsx-to-csv-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoeSiu","download_url":"https://codeload.github.com/JoeSiu/xlsx-to-csv-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeSiu%2Fxlsx-to-csv-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265224100,"owners_count":23730338,"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":["action","github","workflow"],"created_at":"2024-11-12T14:15:20.246Z","updated_at":"2026-04-10T22:48:24.516Z","avatar_url":"https://github.com/JoeSiu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xlsx-to-csv-action\n\n[![GitHub Super-Linter](https://github.com/actions/typescript-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)\n![CI](https://github.com/actions/typescript-action/actions/workflows/ci.yml/badge.svg)\n[![Check dist/](https://github.com/actions/typescript-action/actions/workflows/check-dist.yml/badge.svg)](https://github.com/actions/typescript-action/actions/workflows/check-dist.yml)\n[![CodeQL](https://github.com/actions/typescript-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/actions/typescript-action/actions/workflows/codeql-analysis.yml)\n[![Coverage](./badges/coverage.svg)](./badges/coverage.svg)\n\nA GitHub action to convert `.xlsx` file to `.csv` file, with the ability to\nfilter / rename columns.\n\n## Usage\n\nCreate a GitHub action workflow file, e.g., `.github/workflows/sample.yml`\n\n### Input\n\n| Field            | Description                                                                                                   | Required |\n| ---------------- | ------------------------------------------------------------------------------------------------------------- | -------- |\n| `inputFile`      | Input file path, must be a `.xlsx` file                                                                       | ✅       |\n| `outputDir`      | Output directory                                                                                              | ✅       |\n| `outputFilename` | Output filename                                                                                               |          |\n| `filter`         | A JSON string of the columns to filter and rename\u003cbr /\u003ee.g., `{ \"Segment\": \"segment\", \"Country\": \"country\" }` |          |\n\n### Output\n\n| Field        | Description                    |\n| ------------ | ------------------------------ |\n| `outputFile` | Output file path of the `.csv` |\n\n### Example\n\n```yaml\nsteps:\n  - name: Checkout\n    id: checkout\n    uses: actions/checkout@v4\n\n  - name: xlsx To csv Action\n    id: xlsx-to-csv-action\n    uses: JoeSiu/xlsx-to-csv-action@1.0.0\n    with:\n      inputFile: './public/sample.xlsx'\n      outputDir: './public/'\n      outputFilename: 'sample-filtered'\n      filter: '{ \"Segment\": \"segment\", \"Country\": \"country\" }'\n\n  - name: Print Output\n    id: output\n    run: echo \"${{ steps.xlsx-to-csv-action.outputs.outputFile }}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoesiu%2Fxlsx-to-csv-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoesiu%2Fxlsx-to-csv-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoesiu%2Fxlsx-to-csv-action/lists"}