Cinchoo / ChoETL.NACHA

A NACHA library for .NET / c#
MIT License
36 stars 32 forks source link

EntryHash in batch control and file control record #15

Closed dmuthyampeta closed 6 years ago

dmuthyampeta commented 6 years ago

In EntryHash field, when total value exceeds 10 character length, is it possible to ignore the overflow out of the high order (leftmost) position instead of the right order position?

Example: EntryHash: 98765432000 Current: 9876543200 Requested: 8765432000

Thank you.

Cinchoo commented 6 years ago

Applied fix in ChoETL library. Take the latest code or nuget to resolve this issue. Let me know.

dmuthyampeta commented 6 years ago

Works like a charm. Thank you!