Schema Builder
Start from a template
Users
Product catalogue
Orders
Transactions
Contacts / CRM import
Empty schema
Rows
Seed
Columns
Add column
Delimiter
Comma (,) — CSV
Tab — TSV
Semicolon (;) — European Excel
Pipe (|)
Line ending
CRLF — RFC 4180 / Windows
LF — Unix
Quoting
Minimal — only when needed
Quote every field
Quote all non-numeric fields
Never quote (unsafe)
Minimal quoting follows RFC 4180: a field is quoted only if it contains the delimiter, a quote character or a line break.
Options
Include header row
Add UTF-8 BOM
Excel needs this to read accented characters correctly.
Include awkward values
Injects commas, quotes, newlines and unicode so you can prove your parser copes.
Sprinkle empty cells
Generated CSV
Raw
Preview
Parsing notes
data.csv
Copy
Download