ZelisPaymentUpdateJob: Support .csv in addition to .zip for Payment Status Report files
- 主要语言
- Shell
- 星标
- 11.2k
- 派生
- 1.9k
- 平均合并
- 14 小时 16 分钟
- 30 天内合并 PR
- 6
描述
### Describe the feature or problem you'd like to solve
The ZelisPaymentUpdateJob will only process file with a .zip extension. Zelis is having problems generating .zip files and asked if we can handle .csv instead.
### Proposed solution
Expand the file extension filter to accept both .zip and .csv by default.
As a suggestion, it may be worthwhile to consider either excluding the file extension completely so that it only considers the file name and extracting the file name filter content (currently "Payment_Status_Report") to a job parameter to make it easier to change this, going forward.
### Example prompts or workflows
_No response_
### Additional context
The ZelisPaymentUpdateJob job Parameters dictionary is already read from the master database Job record (see GetSftpArchiveDirectoryFromJobName as an example).
贡献指南
调研方向
Start by locating ZelisPaymentUpdateJob and compare its file-name filtering with GetSftpArchiveDirectoryFromJobName, including how the Job Parameters dictionary is read. Confirm the expected Payment_Status_Report inputs and update the filter so both .zip and .csv files are processed, then run the job's existing tests or workflow to verify both extensions.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- shell
- 领域
- backend
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 58/100