This module provides a parser and formatter for delimiter-separated values, most commonly comma-(CSV) or tab-separated values (TSV). These tabular formats are popular with spreadsheet programs such as ...
zsv+lib is the world's fastest CSV parser library and extensible command-line utility. It achieves high performance using SIMD operations, efficient memory use and other optimization techniques, and ...