LearnAI
Module 5 · AI for Data and Analysis (Pro) · Lesson 1/4
← Back to catalog
Task

Order text → JSON table

Collect from the order text JSON of the form {"items": [{"name": "...", "qty": number, "price": number}]}. JSON only, no explanation.

Unlock access to submit solutions for instant AI review.Start for free
Data processing without Excel
💡 A bit of theory

AI replaces manual transfer of data into a table. Describe the string scheme (fields and types) and wrap it in an array items - you will get ready-made data for code or Excel.

How it's graded · passing score 70

  • 1Valid JSON without text around it35%
  • 2There is an array items35%
  • 3All positions with name, qty, price30%
Your promptClaude ⌄