# CSV Botize app — id `btzcsv`. Official site: https://en.wikipedia.org/wiki/Comma-separated_values. Working with CSV files. Botize automates tasks between this app and 200+ other services. A task is one trigger followed by one or more actions. ## Triggers (1) The event that starts the task. Exactly one per task. - `csv_next_row` — Extract the next new row in a CSV file https://botize.com/en/method/btzcsv/csv_next_row.md ## Actions (3) What happens next. A task can chain several. - `array_to_csv` — Convert a list of objects into a CSV file https://botize.com/en/method/btzcsv/array_to_csv.md - `csv_to_json_file` — Convert CSV file to JSON file https://botize.com/en/method/btzcsv/csv_to_json_file.md - `csv_to_json_string` — Convert CSV file to JSON string https://botize.com/en/method/btzcsv/csv_to_json_string.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/app/btzcsv