Data tools
43 tools in this category.
- json-formatter — Format and beautify JSON data.
- json-minifier — Minify JSON by removing whitespace.
- analyze-json — Analyze JSON structure and statistics
- array-operations — Perform operations on arrays: union, intersection, difference.
- change-csv-delimiter — Convert comma to tab or custom delimiter
- column-extractor — Extract specific columns from CSV/table data.
- count-binary-ones — Count number of 1s in binary string
- count-binary-zeros — Count number of 0s in binary string
- css-specificity — Calculate CSS selector specificity and understand rule precedence.
- csv-column-mapper — Remap and rearrange CSV columns
- csv-parser — Parse and analyze CSV data.
- csv-to-text-columns — Convert CSV to fixed-width text columns
- csv-viewer — View CSV data in table format.
- data-cleaner — Clean and normalize data with multiple options
- diff-merger — Merge text differences and resolve conflicts.
- find-duplicate-items — Identify duplicate entries in list
- find-list-length — Count total items in a list
- find-unique-items — Extract unique values from list
- grep-tool — Search text using regular expressions.
- hex-to-image — Visualize hex data as image using canvas
- html-entity-counter — Count and analyze HTML entities in your code.
- invert-binary-bits — Flip all bits in binary string (0↔1)
- js-object-to-json — Convert JavaScript objects to valid JSON.
- json-path-finder — Find and extract data using JSONPath queries.
- json-schema-generator — Generate JSON Schema from sample JSON data
- json-to-single-line-string — Convert valid JSON into an escaped one-line string literal.
- json-tree-viewer — View JSON data in interactive tree structure.
- json-viewer — View and explore JSON data structure.
- list-dedup — Remove duplicate items from lists.
- list-randomizer — Randomly shuffle and reorder list items.
- list-shuffler — Randomly shuffle list items.
- list-sorter — Sort lists alphabetically or numerically.
- obfuscate-json — Minify and compress JSON data
- reverse-hex — Reverse hexadecimal string characters
- shuffle-binary-bits — Randomly shuffle bits in binary string
- sort-csv-data — Sort CSV by column ascending or descending
- sql-formatter — Format and beautify SQL queries.
- sql-to-json — Convert SQL query results to JSON format.
- xml-formatter — Format and beautify XML data.
- xml-minifier — Minify XML by removing whitespace and comments.
- xml-validator — Validate XML syntax and structure.
- yaml-to-json — Convert YAML configuration files to JSON format
- yaml-validator — Validate YAML syntax and structure.