csvinfo
A small util to show max column lengths for a passed CSV file. (by sullivant)
csvread
An efficient CSV reader for the console. (by scastiel)
| csvinfo | csvread | |
|---|---|---|
| 1 | 1 | |
| 3 | 6 | |
| - | - | |
| 0.0 | 4.6 | |
| almost 5 years ago | almost 5 years ago | |
| Rust | Rust | |
| GNU General Public License v3.0 only | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
csvinfo
Posts with mentions or reviews of csvinfo.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-30.
-
Understanding Awk
A long while ago I wrote up a little processor to determine field lengths in a given file - I forgot the original reason. ( https://github.com/sullivant/csvinfo )
However, I feel I really should have taken the time to learn Awk better as it could probably be done there, and simply! (It was a good excuse to tinker with rust, but that's an aside.)
csvread
Posts with mentions or reviews of csvread.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-10.
-
My first true Rust program: display and query CSV in your terminal
TL;DR: it is a command-line program that you can use to query big CSV files, instead of opening them in Excel for instance. Additional information (README) and code available on GitHub 😉
What are some alternatives?
When comparing csvinfo and csvread you can also consider the following projects:
csvquote - Enables common unix utlities like cut, awk, wc, head to work correctly with csv data containing delimiters and newlines
fwdt - 🔥 📝 (fwdt) "few word do trick" is a cross platform manual fast logger
Awk-Batteries - Public AWK Directory
csview - 📠 Pretty and fast csv viewer for cli with cjk/emoji support.
busybox-w32 - WIN32 native port of BusyBox.
tidy-viewer - 📺(tv) Tidy Viewer is a cross-platform CLI csv pretty printer that uses column styling to maximize viewer enjoyment.