macOS
brew install csvprintflocal Homebrew formula metadata
brew
Command-line utility for parsing CSV files. Version 1.3.4 via Homebrew; verified from local package data.
install
brew install csvprintflocal Homebrew formula metadata
sudo zypper install csvprintfopenSUSE Tumbleweed package metadata · csvprintf · source: download.opensuse.org
overview
Command-line utility for parsing CSV files
history
csvprintf is a small Unix-style command-line utility for parsing CSV records and formatting each record through printf-like format strings. It also includes XML, JSON text sequence, Bash assignment, and XML-to-CSV workflows.
The project's official change log records an initial 1.0 release on November 30, 2010. Its early 1.0.x line focused on CSV edge cases and XML conversion, while later releases added named column accessors, Bash output, JSON text sequences, and fixes for column-name handling.
csvprintf has a narrower package footprint than the larger CSV toolkits in this batch, but the input package facts identify it in Homebrew and openSUSE zypper. Its appeal is the traditional Unix model: a compact filter that can sit in shell pipelines and produce formatted text or machine-readable output.
The upstream README shows csvprintf being used like printf for CSV rows: users provide a format string, reference columns by position or name, and stream CSV from stdin. The same tool can emit XML and other structured forms when a pipeline needs a quick conversion step.
csvprintf matters as an example of the single-purpose C/Unix utility lineage applied to CSV. It is not a spreadsheet replacement or SQL layer; it is a formatter and converter that fits package-manager ecosystems because it builds and installs like a conventional command-line program.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
csvprintf | cli | global executable | |
xml2csv | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/archiecobbs/csvprintf
install metadata
| Package key | brew:csvprintf |
|---|---|
| Version | 1.3.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/csvprintf |
| Homepage | https://github.com/archiecobbs/csvprintf |
| Repository | https://github.com/archiecobbs/csvprintf |
| Upstream docs | https://github.com/archiecobbs/csvprintf#readme |
| License | Apache-2.0 |
| Source archive | https://github.com/archiecobbs/csvprintf/archive/refs/tags/1.3.4.tar.gz |
| Build dependencies | autoconf, automake |
| Uses from macOS | libxslt |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | csvprintf |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
csvprintf 1.3.4-1.2
Simple CSV file parser for the UNIX command line
https://github.com/archiecobbs/csvprintf
sudo zypper install csvprintfsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.