Data Transform
AI-powered data processing for CSV and TSV files. Describe what you want in plain language — filter rows, remove duplicates, calculate totals, reformat columns — and AI executes the transformation. Chain with workflow outputs for powerful post-processing pipelines.
How it works
01
Parse Input
Reads CSV/TSV/JSON data
02
AI Processing
AI interprets your natural language instruction
03
Transform
Applies filtering, aggregation, or reformatting
04
Output
Returns processed data in your chosen format
Parameters
ParameterTypeRequiredDescription
toolselect (3 options)RequiredOperation typeinstructionstringRequiredNatural language instruction (e.g., "Remove duplicates")datatextRequiredInput data (CSV string, JSON, etc.)output_formatselect (4 options)OptionalOutput format hint Default: tableExample queries
Filter keywords with difficulty below 20
Remove duplicate rows and sort by volume
Sum traffic potential grouped by URL
Keep only keywords with search volume above 1000
Example output
Instruction: "Only keywords with difficulty < 20 and volume > 1000, sorted by volume descending" Input: 247 rows Output: 42 rows (filtered) Keyword Volume KD Intent single origin coffee subscription 8,100 12 transactional best coffee subscription 2025 6,200 15 informational organic coffee beans online 4,400 11 transactional fair trade coffee delivery 3,100 18 commercial ... Removed: 205 rows (difficulty ≥ 20 or volume ≤ 1000)
Output formats
CSV/JSON/Table
Transformed data in your chosen format
Use cases
Post-process workflow results to focus on actionable items
Clean and deduplicate CSV outputs
Create summary views from large datasets
Chain multiple transformations in a pipeline