python-ach
python-ach copied to clipboard
Added support for CTX file
The current state doesn't handle CTX file correctly. So that is why I made some changes to accomplish this.
- Support for character *.~ in addenda record. Currently if there is one of those char in addenda, the string is truncated. CTX uses X12 EDI 820 format and those chars will appear. Source: http://www.1edisource.com/transaction-sets?TSet=820
- Added company name in the entry because CTX uses it.
- Added addenda record in the entry because CTX uses it.
Complete CTX details can be found here http://www.osc.nc.gov/secp/Bank_of_America_NACHA_File_Specs.pdf
Thanks in advance