# Convert CSV file to RSS Feed — RSS Botize method — `rss.csv_to_rss` (action). Convert a CSV file into a RSS Feed. This is an action: it runs as a step of a task. Several can be chained. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `csv_url` *(string)* — CSV file URL - `exclude_first_row` *(boolean)* — Exclude CSV first row - `field_date` *(string, one of: "" = None; "0" = Column 0; "1" = Column 1; "2" = Column 2; "3" = Column 3; "4" = Column 4; "5" = Column 5; "6" = Column 6; "7" = Column 7; "8" = Column 8; "9" = Column 9; "10" = Column 10)* — Column corresponding to: Date - `field_title` *(string, one of: "" = None; "0" = Column 0; "1" = Column 1; "2" = Column 2; "3" = Column 3; "4" = Column 4; "5" = Column 5; "6" = Column 6; "7" = Column 7; "8" = Column 8; "9" = Column 9; "10" = Column 10)* — Column corresponding to: Title - `field_description` *(string, one of: "" = None; "0" = Column 0; "1" = Column 1; "2" = Column 2; "3" = Column 3; "4" = Column 4; "5" = Column 5; "6" = Column 6; "7" = Column 7; "8" = Column 8; "9" = Column 9; "10" = Column 10)* — Column corresponding to: Description - `field_link` *(string, one of: "" = None; "0" = Column 0; "1" = Column 1; "2" = Column 2; "3" = Column 3; "4" = Column 4; "5" = Column 5; "6" = Column 6; "7" = Column 7; "8" = Column 8; "9" = Column 9; "10" = Column 10)* — Column corresponding to: Link - `field_image_url` *(string, one of: "" = None; "0" = Column 0; "1" = Column 1; "2" = Column 2; "3" = Column 3; "4" = Column 4; "5" = Column 5; "6" = Column 6; "7" = Column 7; "8" = Column 8; "9" = Column 9; "10" = Column 10)* — Column corresponding to: Image URL - `custom_url_name` *(string)* — Channel URL - `rss_title` *(string)* — Channel Title - `rss_link` *(string)* — Channel URL - `rss_description` *(string)* — Channel Description ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{rss_url}}` *(url)* — RSS URL ## This app Every trigger and action for RSS: https://botize.com/en/app/rss.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/rss/csv_to_rss