🧩 Data Processing
Transform, clean, and process datasets
JSON Key Renamer
Batch rename JSON object keys with support for patterns, rules, and transformations. Perfect for API response formatting and data normalization.
Data ProcessingJSON Unflattener
Convert flattened key-value pairs back to nested JSON objects with support for different key formats and data type inference
Data ProcessingArray Flattener
Flatten multidimensional arrays into one-dimensional arrays with customizable depth
Data ProcessingCSV Column Reorderer
Reorder, remove, and rearrange CSV columns with customizable column positions
Data ProcessingObject Key-Value Converter
Convert between different object key-value formats and manipulate object structures
Data ProcessingArray Generator
Generate various types of arrays including numeric sequences, random arrays, test data, and date sequences
Data ProcessingArray Filter
Filter out elements of specific types from arrays (remove numbers, strings, booleans, etc.)
Data ProcessingArray Analyzer
Comprehensive array analysis tool with statistics, data types, and frequency analysis
Data ProcessingArray Extractor
Extract elements of specific types from arrays (numbers, strings, booleans, objects, etc.)
Data ProcessingArray Deduplicator
Remove duplicate elements from arrays with various deduplication methods
Data ProcessingArray Sorter
Sort arrays with various sorting methods and maintain original input format
Data ProcessingArray Operations
Perform set operations (intersection, union, difference) on two arrays
Data Processing