actions-marketplace-validations/csv-to-csvw action
Generate CSV-W from csv upload to repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 20, 2024
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/gss-cogs_csv-to-csvw-action@cfe7aced4b9be6d21a33b06755eac55971cb7a06 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| commit-outputs-to-branch | Boolean indicating whether the outputs (i.e. out folder) should be committed to the current branch (default is true). | no | true |
| publish-to-gh-pages | Boolean indicating whether the outputs (i.e. out folder) should be published to the gh-pages branch and GitHub Pages (default is true). | no | true |
| paths-to-exclude | File paths which csv-to-csvw should avoid converting into CSV-Ws | no | "" |
| config-required | (WARNING: Advanced Configuration) Only convert CSV files which have a companion JSON configuration file into CSV-Ws. | no | false |
| debug | (WARNING: Advanced Configuration) Whether to output debug statements in order to help diagnose a fault or unexpected behaviour. | no | false |
| csvcubed-version | The version of csvcubed to use in the csv-to-csvw-action | no | csvcubed |
Outputs
no outputs