【发布时间】:2017-11-30 10:47:18
【问题描述】:
我有一些 CSV 格式的数据,我想将这些数据导入 wordpress 用户,它有超过 6k 个条目。
有没有办法将CSV格式转换成XML,这样我就可以导入wordpress了。
我还为用户个人资料创建了一些额外的自定义字段, 喜欢
- 会员编号
- 地址,
- 城市,
- 电话,
- 手机,
- 职业
等
CSV 格式如下
'date','membership id','address','city','phone','mobile','occupation'
'','ABCD00-01','this is the address','city of member','phone of member','mobile of member','occupation of member'
'','ABCD00-02','this is the address','city of member','phone of member','mobile of member','occupation of member'
'','ABCD00-03','this is the address','city of member','phone of member','mobile of member','occupation of member'
【问题讨论】:
-
Wordpress 有一些插件可以导入 CSV:wordpress.org/plugins/wp-ultimate-csv-importer,尝试使用它们,更容易