CSV 订单样本
适合 CSV 清洗、两表对比、金额异常和字段类型检测。
order_id,sku,amount,status,created_at SAMPLE-1001,ABC-001,19.99,paid,2026-06-01 SAMPLE-1002,ABC-002,0,pending,2026/06/02 SAMPLE-1003,ABC-003,35.50,shipped,06-03-2026
Sample Library
按 CSV、JSON、文本、URL 和隐私场景整理的前端测试样本。复制动作只在浏览器本地执行,不会把内容上传到 JiffyWork 服务器。
当前页面版本:V9.2.0 Frontend Finalization & Backend-Ready UI Pack
适合 CSV 清洗、两表对比、金额异常和字段类型检测。
order_id,sku,amount,status,created_at SAMPLE-1001,ABC-001,19.99,paid,2026-06-01 SAMPLE-1002,ABC-002,0,pending,2026/06/02 SAMPLE-1003,ABC-003,35.50,shipped,06-03-2026
适合金额异常检查、数据质量检查和导入前处理工作台。
order_id,amount,currency SAMPLE-2001,19.99,USD SAMPLE-2002,,USD SAMPLE-2003,-5,USD SAMPLE-2004,999999,USD SAMPLE-2005,abc,USD
适合 JSON 格式化、JSON Path、JSON 转 CSV 和 Schema Lite 校验。
{
"order": {
"id": "SAMPLE-4001",
"buyer": { "name": "Sample Buyer", "country": "US" },
"items": [{ "sku": "ABC-001", "qty": 2 }]
}
}
适合敏感信息打码、正则提取和文本整理工作台。
客户:Sample Buyer 邮箱:sample@example.test 电话:+1 555 0100 订单号:SAMPLE-5001 备注:请优先发货。
适合 URL 参数解析、URL 编解码和批量 URL 参数解析工具。
https://example.test/orders?shop=demo&status=paid&source=mail https://example.test/orders?shop=demo&status=pending&carrier=ups