https://github.com/mikkurogue/schema-mapper
https://github.com/mikkurogue/schema-mapper
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikkurogue/schema-mapper
- Owner: mikkurogue
- Created: 2024-02-26T09:32:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-07T14:02:38.000Z (11 months ago)
- Last Synced: 2025-03-19T21:49:43.318Z (2 months ago)
- Language: TypeScript
- Size: 278 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Schema Mapper
Custom component set for BigMile to start fixing, visualising and mapping Excel/CSV data and columns to proper sets
that we want to see and can process.## Todos
- Allow editing of column names
- Implement support for "master columns" input to cross reference the input column names
- This should implement at the very least `column name (case sensitive toggle?), required)
- Implement out of the box styling
- Update docs to change styling for the following:
- Error cell
- Error column name
- Support multiple sheets ✅
- Support row creation on sheet ✅
- Support cell editing on sheet
- Make the repo an actual library instead of a standalone app