python-ach icon indicating copy to clipboard operation
python-ach copied to clipboard

Added support for CTX file

Open junian opened this issue 9 years ago • 0 comments

The current state doesn't handle CTX file correctly. So that is why I made some changes to accomplish this.

  1. 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
  2. Added company name in the entry because CTX uses it.
  3. 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

junian avatar Oct 13 '15 03:10 junian