daren_project/feishu/examples/sample_data_template.txt

42 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Excel文件模板说明
您可以使用Excel文件来批量更新数据库中的记录。Excel文件应包含以下列
## 必需字段
- `Handle`:用于匹配数据库中的记录,此字段必填
## 可选字段(仅更新不为空的字段)
- `contact_person`:对接人
- `tiktok_url`:链接
- `fans_count`:粉丝数
- `gmv`GMV
- `email`:邮箱
- `phone`:手机号|WhatsApp
- `account_type`:账号属性
- `price_quote`:报价
- `response_speed`:回复速度
- `cooperation_intention`:合作意向
- `payment_method`:支付方式
- `payment_account`:收款账号
- `address`:收件地址
- `has_ooin`签约OOIN?
- `source`:渠道来源
- `contact_status`:建联进度
- `system_categories`:系统展示的带货品类
- `actual_categories`:实际高播放量带货品类
- `human_categories`:达人标想要货品类
## 示例
| Handle | contact_person | fans_count | email | phone |
|------------|----------------|------------|---------------------|------------|
| user1 | 张三 | 10000 | user1@example.com | 13800000001|
| user2 | 李四 | 20000 | user2@example.com | 13800000002|
## 注意事项
1. 导入时会根据Handle匹配记录如果找不到匹配的记录则会跳过
2. 只有非空字段会被更新,空字段会保留原值
3. 确保Excel文件保存为.xlsx格式