moov-io / ach

ACH implements a reader, writer, and validator for Automated Clearing House (ACH) files. The HTTP server is available in a Docker image and the Go package is available.
https://moov-io.github.io/ach/
Apache License 2.0
459 stars 152 forks source link

How can I parse a FedACH Acknowledgement file starting with "****** ACKNOWLEDGEMENT OF ACH FILE DEPOSITS ******" using Moov's ACH library? #1504

Open mohdjishin opened 6 days ago

mohdjishin commented 6 days ago

I'm working with FedACH Acknowledgement files that start with the header "** ACKNOWLEDGEMENT OF ACH FILE DEPOSITS **". I would like to parse these files to extract structured information, but I’m unsure if Moov’s ACH library supports parsing this specific format out of the box.

adamdecaf commented 5 days ago

Do you have a spec for a link where I can view more about that report? It sounds like a Fed report, not part of the Nacha ACH standard.

Edit: all I can find is this link achfahk691000134ain20200512085211959.ack.txt

Tried to get some code generated from the example, which needs some help.

mohdjishin commented 5 days ago

The file appears to be similar. Is there a library available to handle this? @adamdecaf

adamdecaf commented 3 days ago

Do you have a specification? We can get a library written quickly.

mohdjishin commented 3 hours ago

@adamdecaf not really. having similar file.what you shared

adamdecaf commented 2 hours ago

Can you share it? Email me at adam@moov.io and we can get a parser up and running.