Packages

Schema-based library for reading and writing delimited (CSV, TSV, PSV, SSV) and fixed-width data files in Elixir. Provides strong typing with structs, streaming, embedded schemas, and custom transformations.

Current section

Files

Jump to
delimit CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.2.0 (2025-05-21)
### Fixes
- Do not double skip headers
### Other
- Simplified code to eliminate pre-processing
- More appropriate empty row/value detection
- Rely on layout for field mapping, not layout AND header content
## 0.1.0 (2025-05-12)
- Initial release