Estimate
Markovo counts non-empty cells before asking you to confirm the Credit ceiling.
CSV to Markdown · Signed-in Beta
Keep row order, quoted fields, blank cells, and Markdown-safe table structure for AI, RAG, agents, or docs.
Sign in to convert. We show the estimate first and bill 1 Credit per 2,000 non-empty cells, with a 1-Credit minimum.
Delivery ready
Verified output links appear here after conversion.
Clean table output
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.
One account contract
csv-to-markdownDiscover the current status and accepted MIME types from GET /v1/capabilities.
Only non-empty cells count. Failed jobs release 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.
Automation ready
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
})