Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为所有用户将特定列设置为某个值,我该如何实现?
例如,将所有用户的“已更改”列设置为“真”。有什么便宜的方法吗?
如果您的目标是便宜地做到这一点,我认为您无法在不引起大量 api 调用的情况下更改大量数据。
也许,将您的数据导出为 JSON 文件
(他们会通过电子邮件向您发送 JSON)
编写一个简短的脚本来解析 JSON 并更改您想要的值
将您的文档导入回来