Data Tools
Data Aggregator
Aggregate and summarize data with operations like count, sum, average, and more
Input data (JSON array)
Aggregation rules
Count
Aggregation result
Output will appear here...Example input
[
{ "category": "Electronics", "product": "Laptop", "price": 1200, "quantity": 5 },
{ "category": "Electronics", "product": "Phone", "price": 800, "quantity": 10 },
{ "category": "Books", "product": "JavaScript Guide", "price": 40, "quantity": 20 }
]- Count total products by category
- Calculate average price per category
- Find minimum and maximum prices