JSON 格式:
[
{
"id": "comment-1",
"text": "這個產品真的很棒,使用起來非常方便!",
"voteInfo": {
"agreeCount": 15,
"disagreeCount": 2,
"passCount": 1
}
},
{
"id": "comment-2",
"text": "界面設計很美觀,功能也很實用。",
"voteInfo": {
"agreeCount": 12,
"disagreeCount": 1,
"passCount": 0
}
}
]
CSV 格式:
comment-id,comment_text,agrees,disagrees,passes comment-1,這個產品真的很棒使用起來非常方便,15,2,1 comment-2,界面設計很美觀功能也很實用,12,1,0
🌐 網址格式:
您也可以直接輸入包含 JSON 或 CSV 資料的網址,系統會自動下載並解析資料。
例如: https://example.com/comments.json 或 https://example.com/data.csv