An open API service indexing awesome lists of open source software.

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

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.