{"id":50949180,"url":"https://github.com/codebruinc/schemamap-validate-action","last_synced_at":"2026-06-17T23:32:33.376Z","repository":{"id":311176380,"uuid":"1042761708","full_name":"codebruinc/schemamap-validate-action","owner":"codebruinc","description":"GitHub Action to validate CSV files against SchemaMap templates","archived":false,"fork":false,"pushed_at":"2025-08-22T14:44:30.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-22T16:46:59.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codebruinc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-08-22T14:31:44.000Z","updated_at":"2025-08-22T14:44:34.000Z","dependencies_parsed_at":"2025-08-22T16:47:06.001Z","dependency_job_id":"a30b8823-b466-4f42-8a6b-884ee6f71b6c","html_url":"https://github.com/codebruinc/schemamap-validate-action","commit_stats":null,"previous_names":["codebruinc/schemamap-validate-action"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codebruinc/schemamap-validate-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebruinc%2Fschemamap-validate-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebruinc%2Fschemamap-validate-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebruinc%2Fschemamap-validate-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebruinc%2Fschemamap-validate-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebruinc","download_url":"https://codeload.github.com/codebruinc/schemamap-validate-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebruinc%2Fschemamap-validate-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34470323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":[],"created_at":"2026-06-17T23:32:33.295Z","updated_at":"2026-06-17T23:32:33.366Z","avatar_url":"https://github.com/codebruinc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SchemaMap Validate Action\n\nGitHub Action to validate CSV files against SchemaMap templates for Shopify and Stripe.\n\n## Usage\n\n```yaml\n- name: Validate CSV\n  uses: codebruinc/schemamap-validate-action@v1\n  with:\n    schema: shopify-products\n    mapping: mapping.json  \n    csv: data.csv\n```\n\n## Inputs\n\n- `schema` (required): Template key - `shopify-products`, `shopify-inventory`, or `stripe-customers`\n- `mapping` (required): Path to mapping.json file\n- `csv` (required): Path to input CSV file\n\n## Example Workflow\n\n```yaml\nname: Validate Product CSV\non:\n  pull_request:\n    paths: [\"**/*.csv\"]\n\njobs:\n  validate:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      \n      - name: Validate Shopify Products CSV\n        uses: codebruinc/schemamap-validate-action@v1\n        with:\n          schema: shopify-products\n          mapping: mappings/shopify-products.json\n          csv: data/products.csv\n```\n\n## About SchemaMap\n\n[SchemaMap](https://schemamap.app) is a privacy-focused CSV mapper for ecommerce platforms. It helps map messy CSV files to proper Shopify and Stripe formats with smart auto-mapping and validation.\n\n- **Browser-only processing** - files never leave your device\n- **Smart auto-mapping** - fuzzy header matching  \n- **Open source** - MIT licensed\n- **CLI included** - for automation and CI/CD\n\n## License\n\nMIT - Generated by Zach @ CodeBru.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebruinc%2Fschemamap-validate-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebruinc%2Fschemamap-validate-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebruinc%2Fschemamap-validate-action/lists"}