Skip to content
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

Parsing ICL with image data #123

Merged
merged 6 commits into from
Oct 27, 2020
Merged

Commits on Sep 25, 2020

  1. Add format to file struct. Use SetFormat to indicate microformat Read…

    … should use to parse file. Add a secondary format X9100ascii to handle parsing ascii encoded ICLs without CRLF to indicate line breaks.
    jenakan committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    553f27b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a26c620 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Allow File to be written as DTSU with control bytes dictating line le…

    …ngths rather than line breaks.
    jenakan committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    73ef551 View commit details
    Browse the repository at this point in the history
  2. Fix how records are counted.

    Only the file record count (Type 99; field 3) includes all record types. The bundle item count (Type 70; field 2), cash letter item count (Type 90; field 3) and file item count (Type 99; field 2) refer to the number of check records (type 25) or return records (type 31). These fields do not include headers, controls or addendums.
    jenakan committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    5c1b9a7 View commit details
    Browse the repository at this point in the history
  3. Sequence numbers should be zero padded.

    jenakan committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    50898b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7f9024 View commit details
    Browse the repository at this point in the history