Extracts structured data from unstructured text using patterns
Help extract data from text.
Text/example:
{text}
What to extract: {data} (email / phone numbers / dates / amounts / full names / URLs / custom)
Output format: {format} (list / CSV / JSON / table)
Output:
1. **Regex pattern** with explanation of each part
2. **Python script** (re + pandas):
- Find all matches
- Save in structured format
- Handle edge cases
3. **Google Sheets alternative**: REGEXEXTRACT formulas
4. **Test examples**: what it will find and what it will miss
5. **Edge cases**: potential issues and their solutions
If data is heterogeneous (different phone/date formats), account for all variations.
0 copies
Variables
Replace these variables with your own values before using:
{текст}{данные}{формат}
Prompt info
📊
Category
Data
AI model
Any model
Application
Извлечение структурированных данных из текстов, документов, логов