From 7688dc30cb56b62a68cc0de5a96ad1384a3d8bb1 Mon Sep 17 00:00:00 2001 From: Yam ZhengLim Date: Tue, 23 Aug 2022 19:18:17 +0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec86ea1..852ea9c 100644 --- a/README.md +++ b/README.md @@ -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