Parse NACHA/ACH file
parse_nacha_fileParses NACHA/ACH fixed-width files into structured JSON, validating record structure, entry hashes, debit/credit totals, and counts, and reporting mismatches as issues.
Instructions
Parses a NACHA (ACH) fixed-width file into structured JSON: file header, batches (header, entries with addenda, control), and file control. Validates record structure and cross-checks entry hashes, debit/credit totals, and record counts, reporting any mismatches as issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the NACHA/ACH file on disk. |