Skip to content

Commit bb1aa59

Browse files
authored
Update README.md
1 parent ada7030 commit bb1aa59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

data/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ This folder keeps the source data and is the entry point for automated Excel-to-
99

1010
## Automatic Conversion
1111

12-
A GitHub Actions workflow monitors this folder for modifications to `Ontologies_forRepo.xlsx`. It works automatially (and also manually if neeeded) whenever changes are pushed:
12+
A GitHub Actions workflow monitors this folder for modifications to `Ontologies_forRepo.xlsx`. It works automatially whenever changes are pushed:
1313

1414
1. **Trigger**: The workflow starts on a `push` event for `data/Ontologies_forRepo.xlsx` (or any `.xlsx` in this folder).
1515
2. **Conversion**: The Python script `excel_to_json.py` in the main root reads the sheet **Data** by default and writes to `Ontologies_forRepo.json`.
1616
3. **Commit**: The updated JSON file is committed back into the `data/` folder. It replaces the previous version.
17+
4. **Time**: This process takes time. Wait 1-2 minutes.
18+
5. **Manual Conversion**: If you go to the Actions in the top ribbon and run the workflow manually via Convert Excel to JSON.
19+
20+
1721

1822
## Important points (and troubleshooting)
1923

0 commit comments

Comments
 (0)