开发者

Bulkloader import list of integers

开发者 https://www.devze.com 2023-02-14 05:17 出处:网络
How should I configure import_transform and export_transform im my configuration yaml file to be able to export and import multiple integer pr开发者_运维知识库operty?I wrote this collection of helpers

How should I configure import_transform and export_transform im my configuration yaml file to be able to export and import multiple integer pr开发者_运维知识库operty?


I wrote this collection of helpers for bulk loading data:

http://code.google.com/p/bulkloader-gdata-connector/source/browse/bulk_helper.py

I think that list_to_json(int) and json_to_list(int) are what you need.

Be aware that this will choke on entities that have don't have the list defined yet.

0

精彩评论

暂无评论...
验证码 换一张
取 消