Data Processing
Compare two CSV or XLSX datasets and export a PDF report with row, column, and cell-level differences
csv-excel-diff-toolData Analysis
Profile CSV or JSON datasets for missing values, duplicate rows, format drift, type inference, and numeric outliers
dataset-quality-profilerData Processing
Preview JSONata-style queries and transformations, compare results across sample payloads, and export the transformed output as JSON, CSV, YAML, or Markdown
jsonata-query-transform-studioData Processing
Get a value at a path using lodash _.get
get-pathData Processing
List own and inherited keys using lodash _.keysIn
keys-in-listData Processing
List own enumerable keys using lodash _.keys
keys-listData Processing
Assign own and inherited properties using lodash _.assignIn
assign-in-objectData Processing
Assign source properties to a target object using lodash _.assign
assign-objectData Processing
Count items by a derived key using lodash _.countBy
count-byData Processing
Get the last item from an array using lodash _.last
last-itemData Processing
Convert array of key-value pairs to object using lodash _.fromPairs
from-pairsData Processing
Split array into chunks of specified size using lodash _.chunk
chunk-array