Skip to content

Improve 'not divisible' error message for fixed record length files #719

Closed
@yruslan

Description

@yruslan

Background

Currently, when an input file size does not divide record length for a fixed record length files, the error message includes only record side, not file size.

Feature

Improve 'not divisible' error message for fixed record length files.

Example

Now:

There are some files in s3:/test that are NOT DIVISIBLE by the RECORD SIZE calculated from the copybook (100 bytes per record). Check the logs for the names of the files.

Should be:

File s3:/test/file.dat size (123123 bytes) is NOT DIVISIBLE by the RECORD SIZE calculated from the copybook (100 bytes per record).

Proposed Solution [Optional]

--

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions