README.md: update for CSV schema

This commit is contained in:
Alan Orth 2021-12-07 23:00:25 +02:00
parent 0265e97a2b
commit 1c83c043d1
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -24,7 +24,7 @@ $ pip install -r requirements.txt
Then run the utility scripts to parse the schema:
```console
$ ./util/generate-hugo-content.py -i ./idss_schema_fields_new2.xlsx --clean -d
$ ./util/generate-hugo-content.py -i ./data/schema-fields.csv --clean -d
```
## Node.js Setup
@ -39,7 +39,6 @@ $ npm run build
## TODO
- Update links to final version (from alanorth to iseal GitHub)
- Convert schema Excel to CSV and commit to repository
- Extract controlled vocabularies and schema.csv to data directory, remove openpyxl dependency
- Add more information and instructions to README.md