Update README

This commit is contained in:
Yam ZhengLim
2022-08-23 19:18:17 +08:00
parent 7be5a5f651
commit 7688dc30cb
+1 -1
View File
@@ -51,7 +51,7 @@ data-management
├─ exchange # Exchange web application
│ ├─ extract # All extract needed code is in here
│ │ ├─ exchange_extract_function.py # Exchange extract code function to import in run_extract_load.py
│ │ └─ exchange_temp_extract_csv # Temp folder to store all the csv extract from MYSQL
│ │ └─ exchange_temp_extract_csv # Temp folder to store all the csv extract from MYSQL (Auto Create)
│ │
│ └─ load # All load needed code is in here
│ └─ exchange_load_function.py # Exchange load code function to import in run_extract_load.py