Choose `array-filter` or `array-extractor`
Use `array-filter` to remove selected types; use `array-extractor` to retain selected types.
Elysia Tools
Navigation
Workflow Playbook
Inspect, clean, filter, deduplicate, reshape, slice, and order arrays or lists for downstream data use.
Hubs
Inspect, clean, filter, deduplicate, reshape, slice, and order arrays or lists for downstream data use.
Use this guide to turn the stated scope into a reviewable result. Keep the source, intermediate outputs, and decisions together so the next person can understand what was checked and why.
Prepare a representative JSON array or list and keep the original input.
Define the item types, duplicate rule, output range, and final order.
Decision: Choose array-filter or array-extractor. Use array-filter to remove selected types; use array-extractor to retain selected types.
Analyze values and frequencies, then filter or extract types and remove duplicates. Use array-analyzer, array-element-counter, array-filter, array-extractor, array-deduplicator.
Delete or replace selected values, flatten or group data, compare arrays, and take the required range. Use array-element-deleter, array-element-replacer, array-flattener, array-grouper, array-operations, array-slicer.
Sort or reverse the sequence and check the final result against the target format. Use array-sorter, array-reverser.
array-filter and array-extractor? array-filter removes selected types; array-extractor retains selected types.array-deduplicator, then compare the cleaned output with the original input.array-flattener for nested arrays and array-slicer for a selected portion.Workflow playbook
Analyze values and frequencies, then filter or extract types and remove duplicates.
Delete or replace selected values, flatten or group data, compare arrays, and take the required range.
Sort or reverse the sequence and check the final result against the target format.
Use `array-filter` to remove selected types; use `array-extractor` to retain selected types.