Parse US address into JSON with fields: street_number, street_name, unit, city, state, zip, country, formatted
Per-row — runs once for each row.
PARSE_ADDRESS({{ address }})| name | type | description |
|---|---|---|
| address | VARCHAR | — |
US address parsed into city/state/zip
SELECT
parse_address ('123 Main St, Springfield, IL 62701')Crawl a website and extract structured data from each page (via Firecrawl)
Extract specific information from unstructured text (zero-shot NER)
LLM-backed extraction (escape hatch for EXTRACTS)
Extract structured fields from text per a user-supplied schema
Merge multiple timelines into unified chronological sequence
Extract information from text using natural-language instructions
Parse US address into JSON with fields: street_number, street_name, unit, city, state, zip, country, formatted
Per-row — runs once for each row.
PARSE_ADDRESS({{ address }})| name | type | description |
|---|---|---|
| address | VARCHAR | — |
US address parsed into city/state/zip
SELECT
parse_address ('123 Main St, Springfield, IL 62701')Crawl a website and extract structured data from each page (via Firecrawl)
Extract specific information from unstructured text (zero-shot NER)
LLM-backed extraction (escape hatch for EXTRACTS)
Extract structured fields from text per a user-supplied schema
Merge multiple timelines into unified chronological sequence
Extract information from text using natural-language instructions