Skip to content

ZelisPaymentUpdateJob: Support .csv in addition to .zip for Payment Status Report files #2290

@albuchala

Description

@albuchala

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions