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.
我想使用 Python 将每个工作区 api 对象(项目、问题、任务等)输出转换为 csv。有没有推荐的方法来使用嵌套对象?例如:json 到 csv,列表到 csv 等等?
谢谢,
胜利者
解析嵌套对象是 Python 的一项挑战。我建议为另一个对象集合中引用的每组对象选择多个 CSV(例如,项目中包含的任务)。确保您拥有可用于链接文件之间条目的密钥,例如任务的项目 ID。