What can you do with it?
Parse and process CSV files with dynamic column handling. Automatically adapts to any CSV structure, supports filtering, sorting, and data transformation operations.How to use it?
Basic Command Structure
Parameters
- file: CSV file from uploads or previous steps
- action: Operation to perform (filter, sort, aggregate, transform)
- filter criteria (optional): Column and value to filter by
- sort column (optional): Column to sort by
- output format (optional): How to save results (csv, json)
Response Format
Returns processed data with metadata including row count, column names, and sample rows.Examples
Basic Usage
Parse and analyze a CSV file:Advanced Usage
Filter data by column value:Specific Use Case
Sort and transform data:Notes
- Automatically handles various CSV formats and delimiters
- Column names are dynamically discovered, no assumptions made
- Supports case-insensitive column matching
- Works with files from file-inputs or artifacts
- Built-in normalization for common column name variations