Apache Commons CSV
CSV file processing powered by Apache Commons CSV — read, write, inspect, query, and transform CSV/TSV data files
CategoryDocuments
Version0.3.0
AuthorElite AI
Isolation ModeClassLoaderIsolated
Min Hefty Version0.26.0
PlatformsAll
DependenciesNone
Available For Plansprofessional, premium
Instruments
| Name | Category | Risk Level | Keywords | Description |
|---|---|---|---|---|
| csv_info | Filesystem | ReadOnly | csv, tsv, info, metadata, inspect, columns, headers, rows, schema | Inspect a CSV file and return structural metadata: row count, column count, headers, detected delimiter, encoding, and a sample of the first rows. |
| read_csv | Filesystem | ReadOnly | csv, tsv, read, parse, load, data, extract, import | Read and parse a CSV file, returning structured data as JSON with optional pagination (start_row/end_row) and column selection. |
| write_csv | Filesystem | LocalWrite | csv, tsv, write, create, export, save, generate, output | Write structured data to a CSV file from headers and rows, with configurable format, delimiter, quoting, and append mode. |
| query_csv | Filesystem | ReadOnly | csv, tsv, query, filter, search, select, sort, find, where | Query a CSV file with column filters, column selection, sorting, and row limits — like a lightweight SQL SELECT on a CSV. |
| transform_csv | Filesystem | LocalWrite | csv, tsv, transform, convert, reshape, rename, reorder, deduplicate, format | Transform a CSV file: convert formats (CSV↔TSV), select/rename/reorder columns, filter rows, sort, deduplicate, and write the result to a new file. |