fix:個別設定マッピングリストの正規表現の誤りがあり修正した
This commit is contained in:
parent
b227542e08
commit
fb50e497b2
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user