Structured Data
- JSON : Mask sensitive fields in JSON payloads before sharing logs, API examples, or AI prompts.
- XML : Redact customer or system values in XML payloads, SOAP bodies, and enterprise export files.
- YAML : Clean secrets and identifiers from YAML configs, manifests, and automation examples.
- CSV : Mask sensitive columns in CSV exports from dashboards, CRM systems, and billing tools.
- TSV : Sanitize tab-separated exports while keeping headers, rows, and operational data readable.
- JSON Lines : Review and mask line-delimited JSON events before sharing streaming logs or event payloads.
- SQL : Redact values in SQL INSERT statements before sharing example rows or database snippets.