Skip to Content
Introduction

Transformer Documentation

Transformer turns inconsistent source data — messy spreadsheets, exports, and documents — into governed, export-ready datasets. You define the shape of the data you want once as a schema, then let AI-assisted mapping transform raw uploads into that structure and push the result to BigQuery.

How it fits together

The product is organized around four building blocks:

ConceptWhat it is
FolderA workspace that groups related schemas (e.g. a division, business unit, or data domain).
SchemaThe target structure — the fields, types, and definitions your clean data should conform to.
DatasetA single transformation run: raw files mapped into a schema and reviewed for approval.
Main schema tableThe consolidated BigQuery table that approved datasets are merged into.

The five-step workflow

This guide walks through the full path from an empty workspace to clean data in BigQuery:

  1. Create a Folder — set up a workspace.
  2. Create a Schema — define your target structure (4 ways).
  3. Create a Dataset — start a transformation from a schema.
  4. Upload Excel Files — bring in your raw data.
  5. Add to Main Schema — review, approve, and merge.

Need access or have a question? See Sign Up & Contact.

Last updated on