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
100 watching
324 forks
Language: Rust
last commit: 5 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,719 |
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 the process of reading and writing CSV files by representing data as arrays of hashes. | 1,472 |
ben-strasser/fast-cpp-csv-parser | A fast and efficient C++ library for parsing comma-separated value files | 2,154 |
liquidaty/zsv | A fast and extensible command-line utility for parsing and manipulating CSV data. | 209 |
thephpleague/csv | A PHP library for parsing, writing, filtering, and transforming CSV files efficiently. | 3,344 |
p-ranav/csv2 | A fast and efficient CSV parsing library for C++ | 561 |
mithrandie/csvq | A command-line tool to operate CSV files with SQL-like query support | 1,520 |
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 customizable column validation. | 75 |
jszwec/csvutil | Provides fast and idiomatic mapping between CSV data and Go values. | 941 |
red0124/ssp | A fast and versatile CSV parser written in C++ that can convert strings to specific types | 50 |
osiegmar/fastcsv | A lightweight and RFC-compliant CSV parsing library for Java applications. | 552 |
rgamble/libcsv | A fast and flexible CSV data reader and writer library written in pure ANSI C. | 179 |