Requex.me LogoRequex.me

Reports arrive as CSV strings; Sheets wants rows. Parse the CSV (header-aware), iterate row by row, append each to a sheet.

CSV webhook → Google Sheets rows

data4 steps·Free — clone into your account in one click

How this workflow works

  1. 1. CSV report webhook

    trigger

    Starts the workflow — from an inbound HTTP request or on a schedule.

  2. 2. Parse CSV

    csv

    Parses CSV into rows, or emits CSV from data. ⚠ Parse replaces the payload with the rows array.

  3. 3. Row by row

    iterator

    Runs the downstream nodes once per item of an array.

  4. 4. Append row

    google-sheets

    Appends or updates rows in a Google Sheet.

Run it without writing any code

Every step above is a visual node in the Requex workflow builder. Clone this template, fill in your own credentials where a step needs them, and it runs in the cloud — no server, no cron box, no npm install. Webhook-triggered workflows get an always-on URL; scheduled ones run on your cron expression.

Open this template in the builder
CSV webhook → Google Sheets rows — Free Template | Requex.me