Skip to Content
0
Jan 16, 2020 at 02:06 PM

SAP CPI SFTP Sender regular expression

857 Views

Hi,

I am doing a migration from Mulesoft to CPI and I have a scenario that is reading files on sftp with this regular expression on Mulesoft:

NDM\.ND\d{5}\.PEFIN\.RET\.D\d{6}\.H\d{6}

File name in the sftp: NDM.ND38620.PEFIN.RET.D191219.H100700

How can I convert this regular expression to use in CPI sftp sender adapter?

Thank you.