Implement `CsvfileReader` to `csvfile.py` adapter
yunzheng opened this issue · 0 comments
yunzheng commented
Currently there is only writing support for CSV files, but in some cases it would be nice to also read CSV files and output them as records.
This does not have to be a fully featured unpacker that supports field types.