Node.js
Read local files, uploads, S3/R2 objects, and other byte sources.
Convert TSV files to GitHub-Flavored Markdown directly in your browser.
Your TSV stays on your device. No upload. No account.
Starting local converter
$
npm install @mdgate/csv
import { toMarkdown } from '@mdgate/csv';
const markdown = await toMarkdown(bytes);
Pure TypeScript, Node.js, Cloudflare Workers, Edge, Browser, No Python, No native addons, No WASM, Zero third-party runtime dependencies
Read local files, uploads, S3/R2 objects, and other byte sources.
Parse CSV and TSV directly inside Workers without a spreadsheet engine.
Convert TSV locally without uploading it to a server.
Run the same TypeScript converter in compatible Edge runtimes.
No separate processing service. The converter is TypeScript you can call from Node.js, Cloudflare Workers, Edge runtimes, and browsers.
TSV files can stay inside your application or browser.
tsv has no strong file signature. Supply a path hint such as report.tsv when composing converters.
The same TSV file produces repeatable Markdown without model inference.
No Python. No native addons. No WASM. No third-party runtime dependencies.
Turn TSV files into content your agent can actually work with.
@mdgate/csv
@mdgate/core
+ @mdgate/csv
+ @mdgate/pdf
+ @mdgate/docx
@mdgate/converters
Yes. TSV files can be converted locally in the browser.
Yes. @mdgate/csv runs directly in Cloudflare Workers.
No.
No.
GitHub-Flavored Markdown.
Yes. Install @mdgate/csv instead of the complete converter set.
No. Use @mdgate/xlsx for .xlsx and .xls.
Delimited text is signature-less. path is a sniff hint only. The converter never reads that path from disk.