CSV Playbooks
30 executable playbooks
Execution playbooks for JSON/CSV/XML/YAML, encoding/privacy, and config formats. Fix faster with no-upload workflows.
30 executable playbooks
30 executable playbooks
5 executable playbooks
5 executable playbooks
40 executable playbooks
20 executable playbooks
5 executable playbooks
5 executable playbooks
30 executable playbooks
30 executable playbooks
.properties comments (# and !). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
.properties multiline values. Actionable remediation checklist with tool links and relevant guides.
.properties Unicode escapes (\uXXXX). Actionable remediation checklist with tool links and relevant guides.
Escaping in .properties (\t \n \\). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Separators in .properties (= : whitespace). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Avoid scientific notation issues (Excel). Practical troubleshooting runbook for repeatable fixes and safer conversions.
Blank or duplicate headers. Actionable remediation checklist with tool links and relevant guides.
Convert large CSV files safely. Actionable remediation checklist with tool links and relevant guides.
CRLF vs LF line endings in CSV. Practical troubleshooting runbook for repeatable fixes and safer conversions.
CSV columns shift after conversion. Actionable remediation checklist with tool links and relevant guides.
CSV delimiter detection (comma/semicolon/tab/pipe). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
CSV formula injection risk. Actionable remediation checklist with tool links and relevant guides.
CSV quoting rules (RFC 4180 basics). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
CSV row/column mismatch fixes. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
CSV to JSON: safe no-upload workflow. Practical troubleshooting runbook for repeatable fixes and safer conversions.
CSV uses semicolons (regional exports). Actionable remediation checklist with tool links and relevant guides.
CSV validator: find broken rows. Practical troubleshooting runbook for repeatable fixes and safer conversions.
CSV with embedded JSON fields. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Data cleaning before converting CSV. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Double quotes escaping in CSV. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Embedded newlines in CSV fields. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Empty lines create blank rows. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Excel exported UTF-16 CSV. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Headers: why the first row matters. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Mixed delimiters in one file. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Newlines and quotes in CSV (common bugs). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Normalize CSV headers (case/spaces/symbols). Practical troubleshooting runbook for repeatable fixes and safer conversions.
Null vs empty strings in CSV to JSON. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Pipe-delimited “CSV” files. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Preserve leading zeros in IDs. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Row has wrong column count. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Trailing spaces in headers. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Trim values before converting CSV. Practical troubleshooting runbook for repeatable fixes and safer conversions.
TSV/tab-delimited files (CSV variant). Actionable remediation checklist with tool links and relevant guides.
UTF-8 BOM in CSV. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Base64 contains invalid characters. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Base64 strings with whitespace/newlines. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Base64URL padding rules. Actionable remediation checklist with tool links and relevant guides.
Base64URL vs Base64 (JWT pitfalls). Practical troubleshooting runbook for repeatable fixes and safer conversions.
Convert Base64URL to Base64 (and back). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Decode Base64 without uploading. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Double-encoding (percent-encoded twice). Actionable remediation checklist with tool links and relevant guides.
Encode Base64 locally without uploading. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Escape/unescape JSON strings safely. Actionable remediation checklist with tool links and relevant guides.
Extra Base64 padding. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Failed to execute 'atob': string to be decoded is not correctly encoded. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Hex vs Base64: how to tell. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Incorrect Base64 padding (=). Practical troubleshooting runbook for repeatable fixes and safer conversions.
Invalid percent-encoding (%). Practical troubleshooting runbook for repeatable fixes and safer conversions.
InvalidCharacterError: string to be decoded is not correctly encoded. Practical troubleshooting runbook for repeatable fixes and safer conversions.
JWT has 3 parts: header.payload.signature. Practical troubleshooting runbook for repeatable fixes and safer conversions.
JWT payload JSON parse errors. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
JWT segment is not valid Base64. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Missing Base64 padding. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Mojibake (garbled text) fixes. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Normalize newlines (CRLF vs LF). Practical troubleshooting runbook for repeatable fixes and safer conversions.
Plus (+) vs space in query strings. Actionable remediation checklist with tool links and relevant guides.
Query string to JSON: safe no-upload workflow. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Safe decoding workflow (don’t paste secrets online). Practical troubleshooting runbook for repeatable fixes and safer conversions.
Strip BOM (UTF-8 BOM). Actionable remediation checklist with tool links and relevant guides.
Unicode escape sequences (\uXXXX). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
URL encode/decode: safe no-upload workflow. Actionable remediation checklist with tool links and relevant guides.
URL encoding basics (%XX). Practical troubleshooting runbook for repeatable fixes and safer conversions.
UTF-8 vs UTF-16 encoding confusion. Actionable remediation checklist with tool links and relevant guides.
Why URL decode turns + into space. Practical troubleshooting runbook for repeatable fixes and safer conversions.
.env quoting rules. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
export KEY=VALUE lines in .env. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Inline # comments in .env. Actionable remediation checklist with tool links and relevant guides.
Multiline .env values. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Spaces around = in .env. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Duplicate keys in INI. Actionable remediation checklist with tool links and relevant guides.
INI comments (; and #). Actionable remediation checklist with tool links and relevant guides.
INI missing section headers ([...]). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Quoted values in INI. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Whitespace normalization in INI. Actionable remediation checklist with tool links and relevant guides.
Big integers and precision loss. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Control characters in JSON strings. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Convert JSON Lines to JSON array. Actionable remediation checklist with tool links and relevant guides.
CSV to JSON: safe no-upload workflow. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Duplicate keys in JSON objects. Actionable remediation checklist with tool links and relevant guides.
Expecting property name enclosed in double quotes. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Extra comma in JSON. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Extra data after JSON (trailing characters). Practical troubleshooting runbook for repeatable fixes and safer conversions.
Flatten nested JSON for CSV export. Practical troubleshooting runbook for repeatable fixes and safer conversions.
HTML instead of JSON (starts with <). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Invalid escape sequences in JSON. Actionable remediation checklist with tool links and relevant guides.
Invalid numbers in JSON. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Invalid Unicode escape (\uXXXX). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
JSON array vs object (shape mismatch). Actionable remediation checklist with tool links and relevant guides.
JSON comments are not allowed. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
JSON schema validation basics. Practical troubleshooting runbook for repeatable fixes and safer conversions.
JSON string escaping (quotes, slashes, \n). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
JSON syntax vs structure (why tools disagree). Actionable remediation checklist with tool links and relevant guides.
JSON to CSV shape issues. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
JSON to XML: safe no-upload workflow. Actionable remediation checklist with tool links and relevant guides.
Missing colon after JSON key. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Missing quotes around JSON keys/strings. Actionable remediation checklist with tool links and relevant guides.
NaN/Infinity is not valid JSON. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
NDJSON/JSONL vs JSON. Actionable remediation checklist with tool links and relevant guides.
Newlines in JSON strings. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Pretty vs minified JSON (debug faster). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Redact secrets in JSON before sharing. Actionable remediation checklist with tool links and relevant guides.
Repair JSON: safe workflow. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Single quotes are not valid JSON. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Strict JSON rules checklist. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Tabs in JSON strings. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Trailing commas in JSON. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Truncated JSON payloads. Actionable remediation checklist with tool links and relevant guides.
Unescaped backslash in JSON strings. Actionable remediation checklist with tool links and relevant guides.
Unexpected character in JSON. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Unexpected end of JSON input. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Unexpected token in JSON. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Unterminated string in JSON. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
UTF-8 BOM breaks JSON parsers. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Validate JSON before exporting. Actionable remediation checklist with tool links and relevant guides.
API keys and tokens: what to hide. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Browser extensions and data exposure. Actionable remediation checklist with tool links and relevant guides.
Browser storage: what this site stores (nothing). Practical troubleshooting runbook for repeatable fixes and safer conversions.
Clipboard safety when handling secrets. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Copy/paste risks (chat, docs, screenshots). Actionable remediation checklist with tool links and relevant guides.
Data minimization for debugging. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Incident response: handling leaked tokens. Practical troubleshooting runbook for repeatable fixes and safer conversions.
JWTs in logs: safe decoding. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Local validation vs online validators. Actionable remediation checklist with tool links and relevant guides.
No-upload processing: why it matters. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Offline workflow: convert without network. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
PII checklist before converting data. Actionable remediation checklist with tool links and relevant guides.
Redact secrets before sharing logs. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Safe tools checklist (no upload). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Sanitize CSV exports (remove PII). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Sanitize JSON payloads (remove secrets). Practical troubleshooting runbook for repeatable fixes and safer conversions.
Sanitize XML payloads (remove secrets). Actionable remediation checklist with tool links and relevant guides.
Secrets in URLs and query strings. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Securely share minimal repro samples. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Sensitive CSV exports: safe handling. Actionable remediation checklist with tool links and relevant guides.
Duplicate keys in TOML. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Inline tables in TOML. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Invalid date/time in TOML. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
String escapes in TOML. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Tables and arrays in TOML. Actionable remediation checklist with tool links and relevant guides.
Ampersand in text nodes. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Attribute quoting rules. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Attributes vs elements mapping. Practical troubleshooting runbook for repeatable fixes and safer conversions.
BOM/encoding issues in XML. Actionable remediation checklist with tool links and relevant guides.
CDATA sections explained. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Control characters in XML. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Data at the root level is invalid. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Default namespace issues. Practical troubleshooting runbook for repeatable fixes and safer conversions.
DOCTYPE/DTD parsing issues. Actionable remediation checklist with tool links and relevant guides.
Duplicate attributes in a tag. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Entity references (& < ...). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Format/minify XML safely. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Illegal entity reference. Actionable remediation checklist with tool links and relevant guides.
Invalid character in XML. Actionable remediation checklist with tool links and relevant guides.
Invalid token in XML. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
JSON to XML: safe no-upload workflow. Actionable remediation checklist with tool links and relevant guides.
Line/position errors: how to locate the node. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Mismatched tag in XML. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Mixed content (text + elements). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Non-UTF8 XML inputs. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Repeated elements to arrays (XML → JSON). Actionable remediation checklist with tool links and relevant guides.
Sanitize/redact XML before sharing. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Self-closing tags pitfalls. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Unescaped & in XML. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Unexpected end of file in XML. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Whitespace text nodes and formatting. Actionable remediation checklist with tool links and relevant guides.
XML declaration (<?xml ...?>) pitfalls. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
XML namespaces basics. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
XML schema validation basics. Actionable remediation checklist with tool links and relevant guides.
XML to JSON: safe no-upload workflow. Actionable remediation checklist with tool links and relevant guides.
Block style YAML basics. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Booleans and null in YAML. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Colons in YAML values. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
did not find expected key (YAML). Practical troubleshooting runbook for repeatable fixes and safer conversions.
docker-compose YAML pitfalls. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Document start/end markers (--- / ...). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Duplicate keys in YAML. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Environment variables in YAML. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Flow style YAML ({ } and [ ]). Actionable remediation checklist with tool links and relevant guides.
found character that cannot start any token. Actionable remediation checklist with tool links and relevant guides.
Indentation errors in YAML. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Inline JSON inside YAML. Practical troubleshooting runbook for repeatable fixes and safer conversions.
JSON to YAML: when it works and when it breaks. Actionable remediation checklist with tool links and relevant guides.
Kubernetes YAML pitfalls. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
List vs map (sequence vs mapping) confusion. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
mapping values are not allowed here. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Multi-document YAML (---). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Multiline strings in YAML (| and >). Actionable remediation checklist with tool links and relevant guides.
Numbers and types in YAML. Actionable remediation checklist with tool links and relevant guides.
Quotes and strings in YAML. Actionable remediation checklist with tool links and relevant guides.
Redact secrets in YAML before sharing. Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
Special characters in YAML. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Tabs are not allowed for indentation. Actionable remediation checklist with tool links and relevant guides.
Trailing spaces in YAML. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Unicode/encoding issues in YAML. Practical troubleshooting runbook for repeatable fixes and safer conversions.
YAML anchors and aliases (& * ). Actionable remediation checklist with tool links and relevant guides.
YAML comments (#) pitfalls. Practical troubleshooting runbook for repeatable fixes and safer conversions.
YAML merge keys (<<:). Step-by-step no-upload workflow: validate, locate root cause, fix quickly, and verify.
YAML to JSON: safe no-upload workflow. Actionable remediation checklist with tool links and relevant guides.
YAML validator workflow. Practical troubleshooting runbook for repeatable fixes and safer conversions.
Useful follow-up pages selected from real search impressions and no-click opportunities.