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
446 stars 149 forks source link

[line-ending] allow specifying line ending via API #1433

Closed wokkaflokka closed 3 weeks ago

wokkaflokka commented 1 month ago

Ability to specify line-ending is supported if accessing directly via Go. This change exposes ability to specify line-ending for API requests when formatting a file as plaintext.

This PR may require additional updates, opening to gain insight on the steps to move forward.