Elysia Tools
Navigation
Tools
Structured data cleanup, analysis, transformation, and table workflows
Calculators, numerics, date logic, statistics, and finance tools
Image, audio, and video processing, conversion, and optimization tools
Color, layout, graphics, visual styling, and design helper tools
Writing, cleanup, formatting, extraction, and text analysis tools
Developer utilities, networking, web debugging, and automation helpers
Format, file, archive, unit, and encoding conversion tools
Data Processing
Turn .ipynb into a # %% Python script and detect out-of-order, hidden, and deleted state
Preview JSONata-style queries and transformations, compare results across sample payloads, and export the transformed output as JSON, CSV, YAML, or Markdown
Trace JSON field paths, derived dependencies, and transformation history to build a field-level lineage graph
Reverse engineer SVG charts into data points for line, bar, scatter, and pie-style SVG structures
Query JSON with JSONPath or JMESPath-style expressions, inspect matched paths, and highlight extracted values in the original document
Get a value at a path using lodash _.get
Check if a path exists using lodash _.hasIn
Check if a path exists using lodash _.has
Group items by a derived key using lodash _.groupBy
Return all but the first array item using lodash _.tail
Take the first N items using lodash _.take
Take the last N items using lodash _.takeRight