Estimate
Markovo counts non-empty cells before asking you to confirm the Credit ceiling.
Each CSV to Markdown table keeps row order, quoted fields, blank cells, and Markdown-safe structure for AI, RAG, agents, or docs.
Sign in to convert. Credit v2 has a 0.07 Credit minimum, then measures non-empty cells proportionally in 0.001-Credit units.
Delivery ready
Verified output links appear here after conversion.
Quoted commas stay inside their cell, embedded line breaks stay readable, pipes are escaped, and blank cells remain blank.
Markovo counts non-empty cells before asking you to confirm the Credit ceiling.
The bounded native parser makes no outbound request and never executes spreadsheet content.
Download output.md or the full bundle for an agent, RAG pipeline, or repository.
csv-to-markdownDiscover the current status and accepted MIME types from GET /v1/capabilities.
Only non-empty cells count. The minimum is 0.07 Credit; above it, billing follows 0.05 Credit per 2,000 non-empty cells with unit-level rounding. Failed jobs release all reserved Credits.
Status, downloads, quality evidence, and deletion require the owning session or API key.
Markdown, metadata, source map, quality report, manifest, and ZIP use the same contract as PDF.
curl -X POST https://markovo.net/v1/convert \
-H "Authorization: Bearer ${MARKOVO_API_KEY}" \
-F "file=@people.csv" \
-F "capability_id=csv-to-markdown" \
-F "max_credits=5"markovo convert people.csv \
--out runs/people \
--max-credits 5markovo_convert({
"input_path": "people.csv",
"max_credits": 5
})CSV looks simple, but delimiter choice, quoting, encodings, empty cells, and line endings affect the resulting table. The converter keeps row order and reports a bounded result rather than guessing hidden spreadsheet behavior.
Confirm that the first row is really a header and that quoted delimiters stayed inside their fields. Blank cells remain meaningful placeholders instead of causing later columns to shift.
Markdown tables do not preserve cell types, formulas, filters, validation, or spreadsheet formatting. Review dates, long identifiers, leading zeros, line breaks, and values that a spreadsheet might auto-format.
For AI or RAG, split very large results along real business boundaries after conversion. Keep the original CSV and bundle when exact row-level provenance matters.
Verify identifiers, leading zeros, decimal precision, dates, escaped line breaks, and missing values before publication or automated decisions. Markdown is the readable projection; the CSV remains the exact source table.