Все эти файлы загружены с ftp.Как прочитать определенный файл в муле, используя MEL?
Я попробовал этот поток:
<flow name="myFlow">
<file:inbound-endpoint path="fiel_path" connector-ref="File" pollingFrequency="3600000" fileAge="50000" responseTimeout="10000" encoding="UTF-16" mimeType="text/csv" doc:name="File">
<file:filename-regex-filter pattern=".*#[server.dateTime.format('yyyy_MM_dd')].*.csv" caseSensitive="true"/>
</file:inbound-endpoint>
....
Но я не мог прочитать файл. Спасибо заранее.
Дата изменения formate в regex – Thirumal
Выражения MEL не оцениваются в шаблонах фильтров filename-regex. – tbriscoe