MeridianMERIDIAN

Cookbook

Practical recipes for common FineType workflows — copy, paste, and adapt.

Short, self-contained recipes for real tasks. Each one starts with a goal, walks through the steps, and finishes with something working.

Recipes

RecipeWhat you'll do
Profile a Parquet FileExtract a sample from Parquet and profile it with FineType — via CSV export or the DuckDB extension
Build a Typed DuckDB PipelineGo from raw CSV to a fully typed DuckDB database: profile, generate SQL, load, and query
Validate a Data DeliverySave a schema from a known-good batch and validate new deliveries against it

Before you start

Every recipe assumes you have FineType and DuckDB installed. If you haven't set those up yet, follow the Getting Started guide first.

See also

On this page