-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow specifying ASCII partial record handling strategy #484
Labels
enhancement
New feature or request
Comments
yruslan
added a commit
that referenced
this issue
Mar 29, 2022
yruslan
added a commit
that referenced
this issue
Mar 29, 2022
yruslan
added a commit
that referenced
this issue
Mar 29, 2022
yruslan
added a commit
that referenced
this issue
Mar 29, 2022
yruslan
added a commit
that referenced
this issue
Apr 5, 2022
yruslan
added a commit
that referenced
this issue
Apr 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Currently, if an ASCII record does not fit copybook record size, the rest of the bytes will be part of the next record.
Most of the time it is not the correct behavior. Redundant bytes should be discarded in this case.
Feature
Add option
with
false
as default.Example [Optional]
Given this copybook
and the data file:
If
allow_partial_records = false
:If
allow_partial_records = true
:The text was updated successfully, but these errors were encountered: