Promptles
GTM & Business Tools

ETL (Extract, Transform, Load)

intermediate

Definition

A three-step pattern for moving data between systems. Extract pulls data from a source (an API, a database, a CSV export). Transform reshapes it: renaming fields, filtering rows, converting formats. Load pushes the cleaned data into the destination system. Most GTM automations are some form of ETL, even if nobody calls it that.

In the wild

Every night, a script extracts new contacts from a webinar platform's API, transforms the data to match HubSpot's required fields (mapping 'attendee_email' to 'email'), and loads each contact into HubSpot as a new lead.

More from GTM & Business Tools