We have chosen '.' as separator in MQ MFT interface with following condition
- User writes text file (.txt)
- Once they completed writing, they place .trg file with zero bytes
- Our monitor identifies the trg file, it search txt file with same name.
The following names work as expected:
Sample_text_file.trg
Sample_text_file.txt
Issue: The monitor fails to trigger if the filename contains more than one '.' . For example,
Sample.text_file.trg
It is searching txt file with name Sample.txt
instead of Sample.text_file.txt
.
Can you please advise me to fix this issue.