-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add an option to specify minimum record length #607
Labels
enhancement
New feature or request
Comments
yruslan
added a commit
that referenced
this issue
Apr 18, 2023
yruslan
added a commit
that referenced
this issue
Apr 18, 2023
yruslan
added a commit
that referenced
this issue
Apr 19, 2023
…ptions are supported by readers that work with RDW and BDW headers.
yruslan
added a commit
that referenced
this issue
Apr 20, 2023
yruslan
added a commit
that referenced
this issue
Apr 20, 2023
yruslan
added a commit
that referenced
this issue
Apr 20, 2023
…ptions are supported by readers that work with RDW and BDW headers.
yruslan
added a commit
that referenced
this issue
Apr 21, 2023
yruslan
added a commit
that referenced
this issue
Apr 21, 2023
yruslan
added a commit
that referenced
this issue
Apr 21, 2023
…ptions are supported by readers that work with RDW and BDW headers.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
This come from an issue with some ASCII files, but is relevant to EBCDIC as well.
Cobrix ignores all empty lines of ASCII files. But some files contain EOF character at the end:
Since there is a character in a row, it is treated as a record resulting one additional record:
Should be
Feature
Add an option to specify minimum record length.
Proposed Solution
.option("minimum_record_length", 2)
The text was updated successfully, but these errors were encountered: