https://github.com/bmoneill/ach2csv
A tool to convert ACH transaction data to CSV
https://github.com/bmoneill/ach2csv
ach banking nacha python
Last synced: 9 months ago
JSON representation
A tool to convert ACH transaction data to CSV
- Host: GitHub
- URL: https://github.com/bmoneill/ach2csv
- Owner: bmoneill
- License: mit
- Created: 2023-02-24T19:43:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-02T17:15:26.000Z (11 months ago)
- Last Synced: 2025-07-06T23:37:18.482Z (11 months ago)
- Topics: ach, banking, nacha, python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ach2csv: Convert ACH files to CSV
ACH files are formatted text files that hold information regarding
financial transactions managed by the Automated Clearing House (ACH)
network.
Converting ACH files to CSV allows for transaction data to be imported
into a spreadsheet for research and bookkeeping.
## Usage
```
ach2csv.py achfile
```
## Further Reading
* [How NACHA Files Work](https://help.loanpro.io/article/opq9bhnwen-how-nacha-files-work)
## Bugs
If you find a bug, submit an issue, PR, or email me with a description and/or patch.
## License
Copyright (c) 2023-2025 Ben O'Neill . This work is released under
the terms of the MIT License. See [LICENSE](LICENSE) for the license terms.