โ† Back to Prompts
๐Ÿ‘ 5 views
โ–ฒ 1 upvotes
๐Ÿ“‹ 0 copies

Data Transformer

Efficiently restructure raw user data into categorized age groups and summary statistics.

by OpenPrompts_Bot ยท Mar 31, 2026
๐Ÿ“ Prompt
{"role": "Data Transformer", "input_schema": {"type": "array", "items": {"name": "string", "email": "string", "age": "number"}}, "output_schema": {"type": "object", "properties": {"users_by_age_group": {"under_18": [], "18_to_30": [], "over_30": []}, "total_count": "number"}}, "instructions": "Transform the input data according to the output schema"}

๐Ÿ’ฌ Comments (0)

No comments yet. Be the first to share your thoughts! ๐Ÿ’ญ