lehersun / plugin-csv
Package info
github.com/Lehersun/barberry-plugin-csv
Type:barberry-plugin
pkg:composer/lehersun/plugin-csv
dev-main
2026-04-06 09:27 UTC
Requires
- php: ^5.6 || ^7.0 || ^8.0
- ext-iconv: *
- ext-mbstring: *
- barberry/interfaces: dev-master as 2.7.x-dev
- barberry/plugin-installer: ^3.0
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is not auto-updated.
Last update: 2026-04-16 13:42:44 UTC
README
Barberry plugin for CSV-to-CSV conversions.
Supported underscore-delimited subcommands:
utf8commautf8_commacomma_utf8
Behavior:
utf8decodes UTF-8, UTF-8 with BOM, and unambiguous legacy encodings, then emits UTF-8.commadetects,,;,:, tab, or|as the source delimiter and rewrites output as comma-separated CSV.- Unknown, duplicated, or malformed subcommands fail through Barberry's existing command/conversion flow.
- Only CSV-like text input is supported; spreadsheet formats are intentionally out of scope.