How to use this developer tool
- Paste the CSV input or load a local file.
- Choose the options that match the source format.
- Select Guess Column Types or press Ctrl/Cmd + Enter.
- Review the summary and export the output you need.
Profile CSV columns and infer likely booleans, integers, decimals, dates, JSON values, URLs, emails, or plain text from the observed nonempty cells. Samples nonempty cells in each CSV column and assigns the narrowest type that matches every observed value. Everything runs in the current browser tab, so you can examine the result before copying it into a script, test fixture, migration, or data pipeline.
This page samples nonempty cells in each CSV column and assigns the narrowest type that matches every observed value. The main output is ready to copy, while the structured exports retain the diagnostic fields used in the summary.
Type inference is heuristic. IDs with leading zeroes and locale-specific dates should usually remain text.
id,active,price,created,email 1,true,12.50,2026-07-01,ada@example.com 2,false,8.00,2026-07-02,lin@example.com 3,,9.25,,invalid
Running the sample produces a tool-specific report in the output panel, with counts that correspond to the parsed records or nodes.
Integer, decimal, boolean, ISO date, email, URL, and JSON checks run before the text fallback. Empty cells affect nullability but not the guessed type. Processing time is measured in the browser and the original input is left unchanged.
Type inference is heuristic. IDs with leading zeroes and locale-specific dates should usually remain text.
Paste delimited text with a header where the operation requires one. Files are processed locally in the browser.
No. The core processing runs in this page and does not send the pasted content to an API.
The tool stops and shows an error instead of silently returning a partial result.
Yes. Copy the main output or download it, and use CSV or JSON export when the structured report is available.
Type inference is heuristic. IDs with leading zeroes and locale-specific dates should usually remain text.
| Area | Included result |
|---|---|
| Main output | Copy-ready TXT or text |
| Summary | Counts and processing note |
| Exports | CSV and JSON when rows are available |
Browse parsers, converters, validators, and format inspection utilities.