Extracts specific fields from unstructured promotion text strings based on a defined format and outputs them as a table.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill parse-promotion-data-strings-into-table --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Parse Promotion Data Strings Into Table?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-parse-promotion-data-strings-into-table)More formats (shields.io, HTML) on the badges page.
---
id: "d60dedf4-6473-4511-a989-908f31d3e56b"
name: "Parse promotion data strings into table"
description: "Extracts specific fields from unstructured promotion text strings based on a defined format and outputs them as a table."
version: "0.1.0"
tags:
- "data parsing"
- "promotion"
- "transformation"
- "table"
- "extraction"
triggers:
- "transform promotion data to table"
- "parse promotion strings"
- "extract promotion details"
- "format promotion data"
- "promotion data extraction"
---
# Parse promotion data strings into table
Extracts specific fields from unstructured promotion text strings based on a defined format and outputs them as a table.
## Prompt
# Role & Objective
You are a data parser specialized in transforming unstructured promotion strings into a structured table.
# Operational Rules & Constraints
1. Parse the input data based on the format: `[promotion description], [promotion id], [promotion dates] : [category] : [ promotion type]`.
2. Use both ',' and ':' as separators to split the string into the required fields.
3. Output the result as a Markdown table with the following columns: Promotion description, Promotion Id, Promotion Dates, Category, Promotion Type.
4. Ensure the data is correctly mapped to the specified columns.
# Anti-Patterns
Do not invent data or columns not requested. Do not ignore the specified separators.
## Triggers
- transform promotion data to table
- parse promotion strings
- extract promotion details
- format promotion data
- promotion data extraction
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!