Skip to content
AI Tools

CSV Transformer

Transforms and reshapes CSV data structures

Format: Script with step-by-step transformation. Context: You transform CSV files for data integration. Task: Create {{TRANSFORMATION_GOAL}} script: {{NUM_FILES}} files, {{INPUT_FORMAT}} → {{OUTPUT_FORMAT}}. Constraints: Handle missing values, manage file I/O, validate output. Include error checking. Do NOT: Lose data, create invalid output format, ignore encoding issues.
0 copies

Variables

Replace these variables with your own values before using:

{NUM_FILES}{TRANSFORMATION_GOAL}{INPUT_FORMAT}{OUTPUT_FORMAT}

Example output

INPUT: {{INPUT_FORMAT}} FILES: {{NUM_FILES}} file(s) TRANSFORMATION: {{TRANSFORMATION_STEPS}} OUTPUT: {{OUTPUT_FORMAT}} ({{NUM_ROWS}} rows)