Less typing,
more discovery.

Open-source tools for analysts who need to understand their data before they query it.

Open a fresh CSV and every column is a string. Is that number a price or a postal code? Are those dates ISO 8601 or DD/MM/YYYY? Guess wrong and you find out three hours later, when a join returns nonsense. FineType reads the file, tells you what each column really is, then loads it into DuckDB with the types already right.

Terminal
> 

What you get

Every type prediction is a guarantee, not a guess.

Get started

FineType is free, open source (MIT), and ready to use.

curl -fsSL https://install.meridian.online/finetype | bash
brew install meridian-online/tap/finetype
cargo install finetype-cli
irm https://install.meridian.online/finetype/win | iex

Pairs with DuckDB — FineType reads and writes your data through it, so install both: brew install duckdb. Full steps →