Import normalizer: offline tool to normalize the raw archive spreadsheets #663
@@ -572,7 +572,8 @@ maps the clean columns by header name. See [ADR-025](adr/025-canonical-import-an
|
||||
|
||||
```bash
|
||||
cd tools/import-normalizer
|
||||
python -m normalizer # or the documented normalizer entrypoint
|
||||
python3 -m venv .venv && .venv/bin/pip install -r requirements.txt # once, on a fresh clone
|
||||
.venv/bin/python normalize.py
|
||||
# writes the four canonical artifacts into ./out/
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user