From d5a35317fbe952b3d25d20c05ea8c720ae1e15ba Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Thu, 4 Aug 2022 10:08:57 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=E3=83=AC=E3=83=93=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E6=8C=87=E6=91=98=E5=AF=BE=E5=BF=9C=20https://nds-tyo.backlog.?= =?UTF-8?q?com/git/NEWDWH2021/newsdwh2021/pullRequests/54#comment-1301153?= =?UTF-8?q?=20https://nds-tyo.backlog.com/git/NEWDWH2021/newsdwh2021/pullR?= =?UTF-8?q?equests/54#comment-1301166=20https://nds-tyo.backlog.com/git/NE?= =?UTF-8?q?WDWH2021/newsdwh2021/pullRequests/54#comment-1301158?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/crm-datafetch/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ecs/crm-datafetch/README.md b/ecs/crm-datafetch/README.md index 034cf2d4..243e33e5 100644 --- a/ecs/crm-datafetch/README.md +++ b/ecs/crm-datafetch/README.md @@ -70,7 +70,7 @@ ## ファイル/フォルダ構成 -`[〇〇処理モジュール]`と記載されているファイルは、設計書に記載のシートと一致したPythonファイルです +`[〇〇処理]モジュール`と記載されているファイルは、設計書に記載のシートと一致したPythonファイルです ```text . @@ -91,8 +91,8 @@ │ ├── copy_crm_csv_data_process.py -- [CSVアップロード処理]モジュール │ ├── error/ -- 処理エラー発生時カスタム例外モジュール置き場 │ ├── fetch_crm_data_process.py -- [CRMデータ取得処理]モジュール -│ ├── parser/ -- [JSON変換処理]モジュール置き場 -│ ├── prepare_data_fetch_process.py -- データ取得準備処理 +│ ├── parser/ -- JSON設定ファイル読み込み処理モジュール置き場 +│ ├── prepare_data_fetch_process.py -- [データ取得準備処理]モジュール │ ├── salesforce/ -- SalesforceのAPIリクエストモジュール置き場 │ ├── set_datetime_period_process.py -- [データ取得期間設定処理]モジュール │ ├── system_var/ -- 環境変数と定数ファイル置き場