31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
# Output Directory
|
|
|
|
Thư mục này chứa tất cả output files từ các converters.
|
|
|
|
## Cấu trúc
|
|
|
|
```
|
|
output/
|
|
├── workload/ # Output từ WorkloadConverter
|
|
│ └── *_clean.json
|
|
├── schedule/ # Output từ ScheduleConverter
|
|
│ └── *.xlsx
|
|
├── sodonhansu/ # Output từ SodonhansuConverter
|
|
│ ├── success/ # Files parse thành công
|
|
│ │ └── *_cleaned.json
|
|
│ ├── error/ # Files parse lỗi
|
|
│ │ └── *_cleaned.json
|
|
│ └── null/ # Files không có dữ liệu personnel
|
|
│ └── *_cleaned.json
|
|
├── vattu/ # Output từ VattuConverter
|
|
│ └── *.json
|
|
└── thoigianlamviec/ # Output từ ThoigianlamviecConverter
|
|
└── *.json
|
|
```
|
|
|
|
## Lưu ý
|
|
|
|
- Tất cả output files sẽ được tự động tạo trong các thư mục tương ứng
|
|
- Thư mục sẽ được tự động tạo nếu chưa tồn tại
|
|
- Files cũ sẽ bị ghi đè nếu trùng tên
|