← Back to CodeForge

CodeForge — FAQ

Universal Code & Data Format Converter — Frequently Asked Questions

CodeForge supports 19 formats: JSON, XML, CSV, TSV, YAML, TOML, Markdown, HTML, SQL INSERT, Plain Text, Base64, URL Encoded, HTML Entities, Hex, Binary, Octal, ASCII Codes, Morse Code, and Minified JSON.

Select "JSON" as input format, "CSV" as output format, paste your JSON array of objects, and click Convert. The output will be a CSV with headers from the object keys.

Yes! Click the Upload button or drag and drop a file onto the input area. The format is auto-detected from the file extension.

CodeForge shows a clear error message describing what went wrong (e.g., "Expected property name in JSON at position 1"). No crash or data loss occurs.

Not all combinations are valid. CodeForge shows only compatible output formats for each input format. For example, JSON can convert to XML, CSV, YAML but Binary can only convert to Plain Text.

Yes. CodeForge uses standard parsing libraries and handles edge cases like nested objects, special characters, and multi-line values correctly.

Yes! Click the Download button after conversion. The file downloads with the correct extension (e.g., .json, .xml, .csv).

All conversions happen in your browser. No data is transmitted to any server. Your code and data remain completely private.