TabularJS
All formats

TXT to JSONPlain Text

Tab-delimited text files.

Treats .txt files as tab-delimited data by default — ideal for legacy text dumps and exports from older business software.

Feature support

Data values
Formulas
Styles
Merged cells
Comments
Column metadata

Example

js
const result = await tabularjs('dump.txt');

Why TabularJS for Plain Text?