AiPromptss
Back to browse

Extraction Patterns

Convert the following unstructured text to structured data: Input format: Free text Output format: { "records": [ { "field1": "value", "field2": "value", "fiel…

Added May 19, 20260 views0 copies
Prompt
Convert the following unstructured text to structured data:

Input format: Free text
Output format:
{
  "records": [
    {
      "field1": "value",
      "field2": "value",
      "field3": "value"
    }
  ],
  "total_count": "number",
  "extraction_confidence": "number (0-1)"
}

Replace text in [BRACKETS] with your own values before pasting.