csvquote
CSV processor
Tool to help standard Unix shell commands process CSV data with embedded special characters
Enables common unix utlities like cut, awk, wc, head to work correctly with csv data containing delimiters and newlines
446 stars
16 watching
24 forks
Language: C
last commit: over 1 year ago command-linecsv
Related projects:
Repository | Description | Stars |
---|---|---|
mithrandie/csvq | A command-line tool to operate CSV files with SQL-like query support | 1,520 |
jheusser/csvfix | Tools to fix and process CSV files | 4 |
red0124/ssp | A fast and versatile CSV parser written in C++ that can convert strings to specific types | 50 |
furfurylic/commata | A header-only C++17 CSV parser | 13 |
awdeorio/csvstream | A library for parsing and processing CSV files in C++ | 49 |
chrisbra/csv.vim | A Vim plugin for efficiently handling and manipulating comma-separated data files. | 1,277 |
d99kris/rapidcsv | A lightweight C++ CSV parser library providing easy access to CSV data | 898 |
mechatroner/rainbow_csv | A Vim plugin that provides syntax highlighting and query capabilities for CSV and TSV files using a custom SQL-like language | 622 |
hashrock/deno-fnparse | A parser combinator for JavaScript to parse CSV files based on RFC4180 standards. | 11 |
beatrichartz/csv | A library for parsing and encoding CSV files in Elixir. | 499 |
accelerationnet/cl-csv | A library that simplifies working with comma-separated values (CSVs) in Common Lisp. | 116 |
xr3b0rn/dbcppp | A C/C++ DBC file parser and decoder with decoding capabilities similar to Cantools | 232 |
wildgums/orc.csv | Utilities for processing and manipulating CSV data | 10 |
ashaduri/csv-parser | A C++17 CSV parser that can parse and manipulate structured data from CSV files at compile-time and runtime. | 30 |
p-ranav/csv2 | A fast and efficient CSV parsing library for C++ | 561 |