payroll-import/src
Ben Sturmfels 08585f7fca
Make import/read-csv more testable, warn about any unexpected categories
Previously import/read-csv opened a file on the filesystem, making it hard to
test. Now it takes a string or java.io.Reader.

The warning about non-zero records with category "PFML ER PU" has now been
generalised to flag any non-zero records with an unknown category.
2026-02-13 18:30:58 +11:00
..
core.clj Make import/read-csv more testable, warn about any unexpected categories 2026-02-13 18:30:58 +11:00
import.clj Make import/read-csv more testable, warn about any unexpected categories 2026-02-13 18:30:58 +11:00
parse.clj Apply cljfmt 2025-02-10 12:53:33 +11:00