Data Processing
Extract values from XML documents using XPath expressions. Perfect for extracting specific data from complex nested XML structures, API responses, RSS feeds, and configuration files.
xml-path-extractorData Processing
Merge multiple XML files into a single file with options for handling root elements and namespaces
xml-mergerData Processing
Merge multiple YAML files with various strategies (deep merge, overwrite, combine arrays, etc.)
yaml-mergerData Analysis
Analyze data skewness to measure the asymmetry of probability distribution and identify data patterns
skewness-analyzerData Analysis
Comprehensive standard deviation analysis with variability assessment, confidence intervals, and practical insights
standard-deviation-analyzerData Processing
Detect common log formats, extract core fields, infer field types, and export parsed logs as JSON, CSV, or SQL inserts
structured-log-analyzerData Processing
Reverse engineer SVG charts into data points for line, bar, scatter, and pie-style SVG structures
svg-chart-to-data-extractorData Processing
Return all but the first array item using lodash _.tail
tail-itemsData Processing
Take the first N items using lodash _.take
take-itemsData Processing
Take the last N items using lodash _.takeRight
take-right-itemsData Processing
Take items while a predicate matches using lodash _.takeWhile
take-whileData Processing
Remove specified values from an array using lodash _.without
without-values