# Extract the next new row in a CSV file — CSV Botize method — `btzcsv.csv_next_row` (trigger). In a sequential order, returns the following row from a CSV file. This is a trigger: it starts the task. A task has exactly one. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `url` *(string)* — CSV File URL ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{csv_column_0}}` *(text)* — Column 0 - `{{csv_column_1}}` *(text)* — Column 1 - `{{csv_column_2}}` *(text)* — Column 2 - `{{csv_column_3}}` *(text)* — Column 3 - `{{csv_column_4}}` *(text)* — Column 4 - `{{csv_column_5}}` *(text)* — Column 5 - `{{csv_column_6}}` *(text)* — Column 6 - `{{csv_column_7}}` *(text)* — Column 7 - `{{csv_column_8}}` *(text)* — Column 8 - `{{csv_column_9}}` *(text)* — Column 9 ## This app Every trigger and action for CSV: https://botize.com/en/app/btzcsv.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/method/btzcsv/csv_next_row