Data Processing
Clean and standardize data by fixing spelling errors, standardizing formats, removing duplicates, and filling missing values
data-cleanerData Processing
Pure code-based data format normalization tool that cleans and standardizes messy data using programmatic logic
data-normalizerData Processing
Convert flattened key-value pairs back to nested JSON objects with support for different key formats and data type inference
json-unflattenerData Processing
Flatten multidimensional arrays into one-dimensional arrays with customizable depth
array-flattenerData Processing
Reorder, remove, and rearrange CSV columns with customizable column positions
csv-column-reorderData Processing
Comprehensive array analysis tool with statistics, data types, and frequency analysis
array-analyzerData Processing
Remove duplicate elements from arrays with various deduplication methods
array-deduplicatorData Processing
Extract elements of specific types from arrays (numbers, strings, booleans, objects, etc.)
array-extractorData Processing
Filter out elements of specific types from arrays (remove numbers, strings, booleans, etc.)
array-filterData Processing
Generate various types of arrays including numeric sequences, random arrays, test data, and date sequences
array-generatorData Processing
Perform set operations (intersection, union, difference) on two arrays
array-operationsData Processing
Sort arrays with various sorting methods and maintain original input format
array-sorter