in reply to Re: NACHA module
in thread NACHA module

If they are fixed width fields and there is a spec available, you might try to figure out a way to parse the spec to generate the required code.

Dunno, its just a thought, but ive done something similar before.

--- demerphq
my friends call me, usually because I'm late....

Replies are listed 'Best First'.
Re: Re: Re: NACHA module
by Mr. Muskrat (Canon) on Oct 22, 2002 at 20:20 UTC

    Our bank has sent us an MS Word document that describes the file format.

    The only place on the internet that I have found the specs on the file is in the docs for the PHP ACH Module.

    It will be a snap to generate the required code. I just have to find the time. I have quite a bit on my plate right now and was simply hoping that someone had already crossed this bridge.