You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,15 @@ This folder keeps the source data and is the entry point for automated Excel-to-
9
9
10
10
## Automatic Conversion
11
11
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:
13
13
14
14
1.**Trigger**: The workflow starts on a `push` event for `data/Ontologies_forRepo.xlsx` (or any `.xlsx` in this folder).
15
15
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`.
16
16
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.
0 commit comments