fix:SupplyChainの個別設定マッピングリストの正規表現の誤りがあり修正した
This commit is contained in:
parent
22955d8dc5
commit
edc5637060
@ -1,9 +1,9 @@
|
||||
/* SAPデータ取込:SupplyChain */
|
||||
GRReport_{0-9}{8}_{0-9}{6}\.(TSV|tsv) GRReport.txt
|
||||
QAReport_{0-9}{8}_{0-9}{6}\.(TSV|tsv) QAReport.txt
|
||||
MLCReport_{0-9}{8}_{0-9}{6}\.(TSV|tsv) MLCReport.txt
|
||||
MLCReport_{0-9}{8}_{0-9}{6}\.(TSV|tsv) MLCReport.txt
|
||||
POReport_{0-9}{8}_{0-9}{6}\.(TSV|tsv) POReport.txt
|
||||
StockList_{0-9}{8}_{0-9}{6}\.(TSV|tsv) StockList.txt
|
||||
ConfReport_{0-9}{8}_{0-9}{6}\.(TSV|tsv) ConfReport.txt
|
||||
GMReport_{0-9}{8}_{0-9}{6}\.(TSV|tsv) GMReport.txt
|
||||
GRReport_[0-9]{8}_[0-9]{6}\.(TSV|tsv) GRReport.txt
|
||||
QAReport_[0-9]{8}_[0-9]{6}\.(TSV|tsv) QAReport.txt
|
||||
MLCReport_[0-9]{8}_[0-9]{6}\.(TSV|tsv) MLCReport.txt
|
||||
MLCReport_[0-9]{8}_[0-9]{6}\.(TSV|tsv) MLCReport.txt
|
||||
POReport_[0-9]{8}_[0-9]{6}\.(TSV|tsv) POReport.txt
|
||||
StockList_[0-9]{8}_[0-9]{6}\.(TSV|tsv) StockList.txt
|
||||
ConfReport_[0-9]{8}_[0-9]{6}\.(TSV|tsv) ConfReport.txt
|
||||
GMReport_[0-9]{8}_[0-9]{6}\.(TSV|tsv) GMReport.txt
|
||||
Loading…
x
Reference in New Issue
Block a user