Data & Query Tools
Utilities for inspecting payloads, extracting fields, preparing SQL inputs, and working with CSV/JSON at speed.
- Jump into JSONPath, SQL, and CSV tools from one hub.
- Extract fields, build queries, and inspect datasets.
- Runs locally in your browser.
Loading...
Common workflows:
- Validate and format JSON, then extract values with JSONPath/JMESPath.
- Build SQL IN clauses from lists and chunk large inputs.
- View/clean CSV quickly, convert between CSV/JSON/YAML.
Tools
Loading Data & Query tools from index.html...
Planned / Recommended Tools
These are high-impact additions for this category. You can add them incrementally; each can be implemented as a static HTML+JS tool.
JSONPath / JMESPath Tester
Paste JSON + expression -> show matched values + paths. Great companion to JSON Formatter.
SQL IN Clause Builder / Chunker
Paste a list -> build IN clause with quotes, parentheses, bind variables, and chunking.
CSV Viewer / Cleaner
View CSV as a table, detect delimiter, trim whitespace, remove empty rows, export cleaned CSV.
SQL Formatter (Basic)
Keyword casing + indentation for common SQL statements (select/insert/update/cte).
JSON Diff (Order-insensitive)
Normalize + compare JSON (ignore key order; optional ignore array order). Useful for API response diffs.
Schema Inspector (JSON)
Infer basic schema from JSON payload (types, optional fields, sample values). Great for quick documentation.
When you implement any of these, add a tool card to index.html with
data-tool-category="Data & Query".