Import Profile finds *.zip files in FTP even though File Name Patterns ends with *.mrc
- Product: Alma
Question
An Import Profile is configured to load files that end with specific letters, e.g. "filename*.mrc". However it is also downloads zip files. This causes errors when Alma tries to load the zipped files.
Answer
Consider adding $ (dollar sign) at the end of the string, e.g., filename*.mrc$
To limit the file name patterns to those ending with .mrc or .dat add the following regex: \b(.mrc$|.dat$)\b
Additional Information
Click here for more information about "Creating/Editing an Import Profile: General Profile Information".
- Article last edited: 17-JAN-2025