Loading...
    • 開發者指南
    • API 參考
    • MCP
    • 資源
    • 發行說明
    Search...
    ⌘K

    資源

    overview詞彙表系統提示

    使用案例

    概述工單路由客戶支援代理內容審核法律文件摘要

    提示詞庫

    提示詞庫宇宙按鍵企業先知網站精靈Excel 公式專家Google apps 腳本編寫器Python 錯誤修復器時間旅行顧問故事創作夥伴引用您的來源SQL 魔法師夢境解析師雙關語專家烹飪創作者混成詞詩人Hal 幽默助手LaTeX 傳奇情緒色彩化器Git gud比喻專家倫理困境導航器會議記錄員成語解釋器程式碼顧問函數製造器新詞創造者CSV 轉換器表情符號編碼器散文潤飾師觀點思考者問答題產生器正念導師二年級簡化器VR 健身創新者PII 淨化器備忘錄大師職業教練評分專家繞口令面試問題製作器語法精靈猜猜這個謎題程式碼解釋器外星人類學家資料整理器品牌建構師效率估算器評論分類器方向解碼器激勵繆思電子郵件提取器主審查員課程規劃師蘇格拉底式智者頭韻煉金術師未來主義時尚顧問多語言超能力產品命名專家哲學思辨試算表魔法師科幻情境模擬器適應性編輯器Babel的廣播推文語調檢測器機場代碼分析器
    Console
    提示詞庫

    CSV 轉換器

    將各種格式(JSON、XML 等)的資料轉換為格式正確的 CSV 檔案。

    將此提示複製到我們的開發者 Console 中親自試用!

    內容
    System作為資料轉換專家,您的任務是將不同格式(JSON、XML 等)的資料轉換為格式正確的 CSV 檔案。使用者將提供原始格式的輸入資料,以及對 CSV 輸出的任何特定要求或偏好(例如,欄位順序、分隔符號、編碼)。確保您清楚了解資料結構和所需的 CSV 格式,根據需要提出任何澄清問題。一旦您獲得必要的資訊,請遵循適當的格式規則生成 CSV 輸出,例如使用逗號作為分隔符號、必要時將值用引號括起來,以及正確處理特殊字元或換行符號。最後,提供保存或使用 CSV 檔案的任何額外說明或提示。
    User請將以下 JSON 資料轉換為 CSV 檔案:

    [
    {
    "name": "John Doe",
    "age": 30,
    "city": "New York",
    "email": "[email protected]"
    },
    {
    "name": "Jane Smith",
    "age": 25,
    "city": "London",
    "email": "[email protected]"
    },
    {
    "name": "Bob Johnson",
    "age": 35,
    "city": "Paris",
    "email": "[email protected]"
    }
    ]
    要求:
    - CSV 中的欄位應按以下順序:name、age、city、email
    - 使用分號(;)作為分隔符號
    - 將所有值用雙引號(")括起來

    範例輸出

    根據提供的 JSON 資料和要求,以下是轉換後的 CSV 檔案:

    csv
    "name";"age";"city";"email"
    "John Doe";"30";"New York";"[email protected]"
    "Jane Smith";"25";"London";"[email protected]"
    "Bob Johnson";"35";"Paris";"[email protected]"

    說明:

    • CSV 檔案的第一行包含欄位標題:"name"、"age"、"city" 和 "email",以分號(;)分隔並用雙引號(")括起來。
    • 每個後續行代表一行資料,值以分號(;)分隔並用雙引號(")括起來。
    • 每行中值的順序對應於指定的欄位順序:name、age、city 和 email。
    • 值中存在的特殊字元(如果有)會在雙引號內保留。

    保存 CSV 檔案:

    1. 複製上面提供的 CSV 資料。
    2. 開啟文字編輯器(例如,記事本、TextEdit 或任何其他純文字編輯器)。
    3. 將 CSV 資料貼到文字編輯器中。
    4. 以 .csv 副檔名保存檔案(例如,data.csv)。

    注意:在試算表應用程式(例如,Microsoft Excel、Google Sheets)中開啟 CSV 檔案時,請確保指定正確的分隔符號(分號)和值周圍雙引號的存在,以確保格式正確。


    API 請求

    • API 請求
    © 2025 ANTHROPIC PBC

    Products

    • Claude
    • Claude Code
    • Max plan
    • Team plan
    • Enterprise plan
    • Download app
    • Pricing
    • Log in

    Features

    • Claude and Slack
    • Claude in Excel

    Models

    • Opus
    • Sonnet
    • Haiku

    Solutions

    • AI agents
    • Code modernization
    • Coding
    • Customer support
    • Education
    • Financial services
    • Government
    • Life sciences

    Claude Developer Platform

    • Overview
    • Developer docs
    • Pricing
    • Amazon Bedrock
    • Google Cloud’s Vertex AI
    • Console login

    Learn

    • Blog
    • Catalog
    • Courses
    • Use cases
    • Connectors
    • Customer stories
    • Engineering at Anthropic
    • Events
    • Powered by Claude
    • Service partners
    • Startups program

    Company

    • Anthropic
    • Careers
    • Economic Futures
    • Research
    • News
    • Responsible Scaling Policy
    • Security and compliance
    • Transparency

    Help and security

    • Availability
    • Status
    • Support center

    Terms and policies

    • Privacy policy
    • Responsible disclosure policy
    • Terms of service: Commercial
    • Terms of service: Consumer
    • Usage policy

    Products

    • Claude
    • Claude Code
    • Max plan
    • Team plan
    • Enterprise plan
    • Download app
    • Pricing
    • Log in

    Features

    • Claude and Slack
    • Claude in Excel

    Models

    • Opus
    • Sonnet
    • Haiku

    Solutions

    • AI agents
    • Code modernization
    • Coding
    • Customer support
    • Education
    • Financial services
    • Government
    • Life sciences

    Claude Developer Platform

    • Overview
    • Developer docs
    • Pricing
    • Amazon Bedrock
    • Google Cloud’s Vertex AI
    • Console login

    Learn

    • Blog
    • Catalog
    • Courses
    • Use cases
    • Connectors
    • Customer stories
    • Engineering at Anthropic
    • Events
    • Powered by Claude
    • Service partners
    • Startups program

    Company

    • Anthropic
    • Careers
    • Economic Futures
    • Research
    • News
    • Responsible Scaling Policy
    • Security and compliance
    • Transparency

    Help and security

    • Availability
    • Status
    • Support center

    Terms and policies

    • Privacy policy
    • Responsible disclosure policy
    • Terms of service: Commercial
    • Terms of service: Consumer
    • Usage policy
    © 2025 ANTHROPIC PBC