Skip to main content

Data Transformer

Text
By f Source | 0 views 0 copies |

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"}

Rate this prompt

Click to rate

0.0 avg rating (0)

Notes

Reference: From awesome-chatgpt-prompts repository (CC0 license)
Subcategory: Email