typo
This commit is contained in:
parent
d9244b4f24
commit
de878ea6f6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ An assistant tool to easily map a CSV spreadsheets collumns to a database tables
|
|||
#### What does it do?
|
||||
- [x] Checks if all rows in a spreadsheet collumn bound to a tables field abide by the fields' rules (variable type and length), shows errors and allows to fix them easily.
|
||||
For non-technical people: makes sure the spreadsheet follows some database rules and doesn't break anything :)
|
||||
- [ ] Check if the database already has such an entry, eg. product with the same name exists already, and allows to updating the data to the data present in the spreadsheet.
|
||||
- [ ] Check if the database already has such an entry, eg. product with the same name exists already, and allows to update the data to the data present in the spreadsheet.
|
||||
- [ ] Input Sanitisation, eg. Simple mass text update for capitalization, Spell checking
|
||||
- [ ] Create a CSV from a given Database
|
||||
- [ ] Support for all major database types
|
||||
|
|
Loading…
Reference in a new issue