Currently, when trying to upload xlsx files to oracle db, oracle_util is looking for names of the form '.compare' for daily eprint matching, and '.pubcompare' for weekly publication matching. The new styles for these filenames will have 'compare_eprint' and 'compare_pub' respectively. Because these are adapted from the config variables DOCMATCHPIPELINE_EPRINT_COMBINED_FILENAME and DOCMATCHPIPELINE_PUB_COMBINED_FILENAME, then L356 and L358 should probably do string matching based on the contents of these variables, rather than a fixed string.
Currently, when trying to upload xlsx files to oracle db, oracle_util is looking for names of the form '.compare' for daily eprint matching, and '.pubcompare' for weekly publication matching. The new styles for these filenames will have 'compare_eprint' and 'compare_pub' respectively. Because these are adapted from the config variables DOCMATCHPIPELINE_EPRINT_COMBINED_FILENAME and DOCMATCHPIPELINE_PUB_COMBINED_FILENAME, then L356 and L358 should probably do string matching based on the contents of these variables, rather than a fixed string.