Apache Commons CSV

CSV file processing powered by Apache Commons CSV — read, write, inspect, query, and transform CSV/TSV data files

Category
Documents
Version
0.3.0
Author
Elite AI
Isolation Mode
ClassLoaderIsolated
Min Hefty Version
0.26.0
Platforms
All
Dependencies
None
Available For Plans
professional, premium

Instruments

NameCategoryRisk LevelKeywordsDescription
csv_infoFilesystemReadOnlycsv, tsv, info, metadata, inspect, columns, headers, rows, schemaInspect a CSV file and return structural metadata: row count, column count, headers, detected delimiter, encoding, and a sample of the first rows.
read_csvFilesystemReadOnlycsv, tsv, read, parse, load, data, extract, importRead and parse a CSV file, returning structured data as JSON with optional pagination (start_row/end_row) and column selection.
write_csvFilesystemLocalWritecsv, tsv, write, create, export, save, generate, outputWrite structured data to a CSV file from headers and rows, with configurable format, delimiter, quoting, and append mode.
query_csvFilesystemReadOnlycsv, tsv, query, filter, search, select, sort, find, whereQuery a CSV file with column filters, column selection, sorting, and row limits — like a lightweight SQL SELECT on a CSV.
transform_csvFilesystemLocalWritecsv, tsv, transform, convert, reshape, rename, reorder, deduplicate, formatTransform a CSV file: convert formats (CSV↔TSV), select/rename/reorder columns, filter rows, sort, deduplicate, and write the result to a new file.

← Back to Plugins