Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 268 Bytes

csv_codec.rst

File metadata and controls

11 lines (8 loc) · 268 Bytes

CSV Codec

Codec for serialising and de-serialising sequences of resources into CSV format.

The CSV CODEC differs from many other CODECS in that data can be streamed, or read using an iterator.

odin.codecs.csv_codec