Tag: conversion

9 article(s)

Filtered by#conversionClear

JSON to CSV — Nested Objects, Arrays and Nulls Measured on 4 Converters

Convert JSON to CSV in your browser with no upload. We ran the same 15 JSON inputs through FormatArc, json-2-csv, Miller and pandas: see exactly where they disagree on nested objects, arrays, missing keys and nulls.

2026-07-26JSON#JSON#CSV

Gmail & Outlook Email to Markdown — No Upload

Convert Gmail, Outlook, and .eml email to Markdown in your browser, nothing uploaded. Measured: pasting the full source collapses into a 12-column table.

2026-07-17HTML#Markdown#HTML

Excel to Markdown Table Converter — Paste Cells, No Upload

Paste cells copied from Excel or Google Sheets and convert them into a clean Markdown table. Fix broken rows and formatting in your browser—free, no upload.

2026-06-05CSV#Excel#Markdown

HTML to Markdown Guide: Tags, Tables, Tools & Limits

Convert HTML to Markdown in your browser or with Pandoc, Turndown, Python, and Go. Compare tag handling, tables, common fixes, and formatting limits.

2026-04-27HTML#HTML#Markdown

How to Convert CSV to a Markdown Table

Convert CSV data into a GitHub Flavored Markdown table for READMEs, issues, and documentation. Browser-based, no signup, no upload.

2026-04-17CSV#CSV#Markdown

Markdown to HTML in JavaScript — marked.js, markdown-it, Pandoc (with GFM)

Compare browser-based, Node.js, and Pandoc workflows for converting Markdown to HTML. Code examples for marked.js, markdown-it, npm and CLI options, with GFM tables and task lists.

2026-04-17Markdown#Markdown#HTML

Convert YAML to JSON — Python, yq, Browser (Avoid 8 Gotchas)

Convert YAML to JSON three ways: Python one-liner, yq CLI, and browser tool (no upload, no install). Covers 8 conversion gotchas (Norway problem, multi-document YAML, anchors expansion, comments lost), NDJSON streaming, and CI/CD automation.

2026-03-17YAML#YAML#JSON

Convert CSV to JSON — Browser, Python, Node, Go, Miller (No Upload)

Convert CSV to JSON in your browser without uploading data, or with Python, Node.js, Go, Miller, and csvkit. Covers 5 output shapes (NDJSON, nested, keyed), type inference, Shift-JIS/UTF-8 encoding, and large-file streaming.

2026-03-16CSV#CSV#JSON

Convert JSON to YAML — Kubernetes, Docker Compose, Ansible (Browser & CLI)

Convert JSON to YAML for Kubernetes manifests, Docker Compose, Helm values, and Ansible playbooks. Browser tool (no upload), yq, Python, Node.js, Go. Preserves key order, handles block scalars, multi-document output, string quoting, and the Norway problem.

2026-03-15JSON#JSON#YAML