Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mohdjishin opened this issue Nov 8, 2024 · 5 comments
Labels

Comments

@mohdjishin
Copy link

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
Copy link
Member

adamdecaf commented Nov 8, 2024

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
Copy link
Author

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

@adamdecaf
Copy link
Member

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

@mohdjishin
Copy link
Author

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

@adamdecaf
Copy link
Member

Can you share it? Email me at [email protected] and we can get a parser up and running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants