xsv
CSV toolkit
A command-line toolkit for working with CSV data in Rust
A fast CSV command line toolkit written in Rust.
10k stars
101 watching
324 forks
Language: Rust
last commit: 7 months ago
Linked from 5 awesome lists
clicommand-linecsvrust
Related projects:
Repository | Description | Stars |
---|---|---|
burntsushi/rust-csv | A Rust library for parsing and generating CSV data structures | 1,729 |
ashtum/lazycsv | A lightweight C++ CSV parsing library that reads and parses CSV files on demand without allocating memory in the constructor or while parsing. | 80 |
tilo/smarter_csv | A Ruby gem that simplifies CSV data processing and conversion to arrays of hashes. | 1,483 |
ben-strasser/fast-cpp-csv-parser | A fast and efficient C++ library for parsing comma-separated value files | 2,167 |
liquidaty/zsv | A fast CSV parsing and processing library with an extensible command-line utility | 215 |
thephpleague/csv | A lightweight PHP library for efficient CSV data manipulation and filtering | 3,357 |
p-ranav/csv2 | A fast and efficient CSV parsing library for C++ | 567 |
mithrandie/csvq | A command-line tool to operate CSV files with SQL-like query support | 1,526 |
dbro/csvquote | Tool to help standard Unix shell commands process CSV data with embedded special characters | 446 |
accelerationnet/cl-csv | A library that simplifies working with comma-separated values (CSVs) in Common Lisp. | 116 |
frosch95/smartcsv.fx | An application to load, save and edit CSV files with schema-driven column validation. | 76 |
jszwec/csvutil | Provides fast and idiomatic mapping between CSV data and Go values. | 944 |
red0124/ssp | A fast and versatile CSV parser written in C++ that can convert strings to specific types | 51 |
osiegmar/fastcsv | A lightweight and RFC-compliant CSV parsing library for Java applications. | 562 |
rgamble/libcsv | A fast and flexible CSV data reader and writer library written in pure ANSI C. | 179 |