将给定的文本数据整理为Markdown表格,自动梳理列标题并按指定格式返回,适合把杂乱数据快速转成结构化表格。
中文版提示词
输入:{{数据}}
请将以上数据以表格形式重新整理,梳理出列标题,并按以下 Markdown 格式返回:
输出:
| 标题列1 | 标题列2 | 标题列3 |
| ---- | ---- | ---- |
| 内容1 | 内容2 | 内容3 |
英文版提示词
Input: {{data}}
Please reorganize the above data into a table, identify the column headers, and return it in the following Markdown format:
Output:
| Header 1 | Header 2 | Header 3 |
| ---- | ---- | ---- |
| Content 1 | Content 2 | Content 3 |
🛠️ **适用 AI 工具**:ChatGPT、Claude、Kimi、豆包、DeepSeek、通义千问
◯ 评论 0