[new] Slave clock parser and function to insert into database

This commit is contained in:
Wataru Otsubo 2024-10-01 11:24:44 +02:00
parent 1422798c3a
commit bf19ee3167
10 changed files with 1861 additions and 3 deletions

View file

@ -1,6 +1,14 @@
```@meta
CurrentModule = PSBoardDataBase
```
# Index
```@contents
Pages = ["about_software.md"]
Depth = 4
```
# このリポジトリのソフトウェアについての説明
このリポジトリにあるのは、JATHub masterのログファイル、及びGoogle SheetsからエクスポートしたCSVファイルからデータベースを作成するためのコードである。
@ -81,3 +89,9 @@ Modules = [QaqcMasterLog]
```@autodocs
Modules = [DownloadCSVs]
```
## `ClockParser`
```@autodocs
Modules = [ClockParser]
```