操作說明

  1. 在 Notion 客戶資料庫,點右上角 ⋯ → Export → Export as JSON
  2. 解壓縮後,找到 .json 主檔,用文字編輯器開啟
  3. 把 JSON 陣列(格式如下方範例)貼入下方文字框
  4. 點「執行匯入」,重複匯入同一筆不會重複建立

JSON 格式範例

[
  {
    "name": "王小明",
    "company": "明亮建設",
    "phone": "0912-345-678",
    "email": "wang@example.com",
    "address": "台中市西區...",
    "notes": "工地在南屯區"
  },
  {
    "name": "李大華",
    "company": "順發工程",
    "phone": "04-2345-6789"
  }
]

只有 name 為必填,其他欄位可省略。

貼入 JSON 資料