Guides by topic

Fast entrypoints for troubleshooting guides and no-upload workflows by topic.

Search topics
No cookies

JSON

JSON parse errors, validators, repair and conversion workflows.

Open 1352 guides

CSV

CSV parsing errors, delimiter/quoting issues, and safe conversions.

Open 92 guides

XML

XML parsing errors, namespaces, encoding issues, and XML↔JSON workflows.

Open 250 guides

YAML

YAML parse errors and YAML↔JSON workflows (no upload).

Open 63 guides

Encoding

Base64 / URL / JWT / escape issues and safe decoding workflows.

Open 905 guides

ENV/.env

.env parsing, quoting rules, and ENV↔JSON workflows.

Open 40 guides

INI

INI parsing + INI↔JSON workflows.

Open 42 guides

TOML

TOML parsing + TOML↔JSON workflows.

Open 37 guides

.properties

Java .properties parsing + .properties↔JSON workflows.

Open 40 guides

Privacy

No-upload workflows: debug parsing issues without exposing sensitive data.

Open 200 guides

How to use topic indexes

Topic indexes group troubleshooting by data format and intent. Start with your source format (JSON/CSV/XML/YAML/Encoding), then move to the exact failure pattern before converting.

This avoids random fixes and improves reliability because syntax and data shape are stabilized before export.

Topic workflow:
1) Pick format topic
2) Open matching guide
3) Validate input locally
4) Fix syntax/shape mismatch
5) Convert and spot-check output

FAQ

Are these pages safe for private data? Yes. Linked tools run locally in-browser and do not upload files.

How do I choose a topic first? Choose by source format first, then by exact parser/runtime error text.

Privacy & Security
All processing happens locally in your browser. Files are never uploaded.