Presets
Input Text
Rendered Table
## About Tabular Text Parser
Tabular text formats such as Comma-Separated Values (CSV) and Tab-Separated Values (TSV) are widely used for structured data interchange.
### Key Parser Features
- **Configurable Grammar**: Built with a parameterized `TabularDefinition` where field delimiters (`,`, `\t`, `;`), quote characters (`"`), and line separators are configurable.
- **RFC 4180 Quoting**: Parses multiline cell content, embedded delimiter characters, whitespace inside quotes, and escaped quotes (`""`).
- **Line Endings**: Accommodates standard Windows (`\r\n`) and Unix (`\n`) newline conventions as well as optional trailing newlines.