# csvprintf を Homebrew, zypper でインストール

csvprintf のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:csvprintf
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install csvprintf
```

  証拠: local Homebrew formula metadata

### Linux

- zypper (92%):

```sh
sudo zypper install csvprintf
```

  証拠: openSUSE Tumbleweed package metadata: csvprintf from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:csvprintf
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/csvprintf>
- **バージョン:** 1.3.4
- **ソース概要:** Command-line utility for parsing CSV files
- **ホームページ:** <https://github.com/archiecobbs/csvprintf>
- **リポジトリ:** <https://github.com/archiecobbs/csvprintf>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/archiecobbs/csvprintf/archive/refs/tags/1.3.4.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- csvprintf (cli)
- xml2csv (cli)
- csvprintf (エイリアス)
- xml2csv (エイリアス)

## ビルド依存関係

- autoconf
- automake

## macOS 提供ライブラリ

- libxslt

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.3.4
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/archiecobbs/csvprintf
- 検出された最新: 1.3.4 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2010: Version 1.0 initial release.
- 2013: Version 1.0.3 added XML back-to-CSV conversion.
- 2021: Versions 1.2.0 and 1.3.0 added JSON text sequence and Bash output modes.
- 2026: Version 1.3.4 added column-name format accessors.

### Related projects

- csvprintf is adjacent to csvkit-style conversion tools and shell formatters, but its official documentation emphasizes printf-style row formatting rather than a broad subcommand suite.

### ソース

- <https://github.com/archiecobbs/csvprintf#readme>
- <https://github.com/archiecobbs/csvprintf/blob/master/CHANGES>
- <https://github.com/archiecobbs/csvprintf/wiki/ManPage>
- <https://formulae.brew.sh/formula/csvprintf>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **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:** stable

## 他のパッケージマネージャ記録

- zypper - csvprintf - 1.3.4-1.4: normalized package name match | openSUSE Tumbleweed package metadata: csvprintf from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Simple CSV file parser for the UNIX command line | https://github.com/archiecobbs/csvprintf


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [autoconf](https://pkg.so/ja/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/ja/brew/automake/) - Build dependency declared by Homebrew.
- [csview](https://pkg.so/ja/brew/csview/) - Shares pkgdb curated category or tags: cli, csv, data-tools, developer-tools.
- [shyaml](https://pkg.so/ja/brew/shyaml/) - Shares pkgdb curated category or tags: cli, data-tools, developer-tools, parser.
- [sbjson](https://pkg.so/ja/brew/sbjson/) - Shares pkgdb curated category or tags: cli, data-tools, developer-tools, parser.
- [expat](https://pkg.so/ja/brew/expat/) - Shares pkgdb curated category or tags: cli, developer-tools, parser, xml.
- [jq](https://pkg.so/ja/brew/jq/) - Shares pkgdb curated category or tags: cli, data-tools, developer-tools.
- [yq](https://pkg.so/ja/brew/yq/) - Shares pkgdb curated category or tags: cli, csv, developer-tools, xml.
- [libxml2](https://pkg.so/ja/brew/libxml2/) - Shares pkgdb curated category or tags: cli, developer-tools, parser, xml.
- [urdfdom](https://pkg.so/ja/brew/urdfdom/) - Shares pkgdb curated category or tags: cli, developer-tools, parser, xml.

## Combined YAML source

View the package source record on GitHub. [combined/csvprintf.yml](https://github.com/mxcl/pkgdb/blob/main/combined/csvprintf.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
