diff --git a/s3/data/SAP_fin/settings/configmap.config b/s3/data/SAP_fin/settings/configmap.config index 77f4cdba..5d466ebb 100644 --- a/s3/data/SAP_fin/settings/configmap.config +++ b/s3/data/SAP_fin/settings/configmap.config @@ -1,7 +1,7 @@ /* SAPデータ取込:Finance */ -CostReport_{0-9}{8}_{0-9}{6}\.(TSV|tsv) CostReport.txt -IOReport_{0-9}{8}_{0-9}{6}\.(TSV|tsv) IOReport.txt -WBSReport_{0-9}{8}_{0-9}{6}\.(TSV|tsv) WBSReport.txt -WBSList_{0-9}{8}_{0-9}{6}\.(TSV|tsv) WBSList.txt -Invoice_{0-9}{8}_{0-9}{6}\.(TSV|tsv) Invoice.txt +CostReport_[0-9]{8}_[0-9]{6}\.(TSV|tsv) CostReport.txt +IOReport_[0-9]{8}_[0-9]{6}\.(TSV|tsv) IOReport.txt +WBSReport_[0-9]{8}_[0-9]{6}\.(TSV|tsv) WBSReport.txt +WBSList_[0-9]{8}_[0-9]{6}\.(TSV|tsv) WBSList.txt +Invoice_[0-9]{8}_[0-9]{6}\.(TSV|tsv) Invoice.txt