gpt4 book ai didi

google-app-engine - gae bulkloader 不会在导入时解析键名?

转载 作者:行者123 更新时间:2023-12-04 06:34:19 27 4
gpt4 key购买 nike

在默认的 bulkloader.yaml 中,它说:

#    - Check that __key__ property is what you want. Its value will become
# the key name on import, and on export the value will be the Key
# object. If you would like automatic key generation on import and
# omitting the key on export, you can remove the entire __key__
# property from the property map.

所以我假设默认实现:
- property: __key__
external_name: key
export_transform: transform.key_id_or_name_as_string

应该将我的 csv 文件中的关键列导入到数据存储中,没有问题。然而,它似乎什么也没做。 (虽然其他列被解析得很好)

最佳答案

您需要 import_transform 才能将 key 导入数据存储。导出转换用于写入 csv 文件。

我认为没有内置的转换方法可以将字符串转换回键。

我编写了两个帮助函数来处理导出和导入 key :
key_to_reverse_str (export) and reverse_str_to_key (import)
这个想法是在导出时保持人类可读的值,但保留导入所需的所有数据。它们可能对你有用。

关于google-app-engine - gae bulkloader 不会在导入时解析键名?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5038034/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com