Elysia Tools
Navigation
transform
Array and List Manipulation Tools
Analyze, deduplicate, sort, shuffle, slice, flatten, group, filter, sample, and transform arrays and lists — plus set operations like union, intersection, and difference — in one hub for data and code prep.
Overview
What this hub helps you accomplish
This hub is for the everyday work of shaping a list of values: cleaning it up, reordering it, pulling parts out, or combining two lists. The transform group covers deduplication, flattening nested arrays, slicing ranges, reversing, sorting, and shuffling. The analysis group counts and profiles elements, groups them by criteria, and extracts or filters by type. The set-operations tool handles intersection, union, and difference across two arrays, and a generator creates numeric, random, or test-data sequences. Use it to prep JSON or CSV data, build test fixtures, or answer a quick list question without writing a script.
Tools
Tools inside this hub
Hubs