1 个仓库
Custom logic executed after the initial parsing phase to refine data attributes.
Distinct from Collection Post-processing: Distinct from Collection Post-processing: focuses on refining the output of a format conversion rather than aggregating remote datasets.
Explore 1 awesome GitHub repository matching data & databases · Conversion Post-processors. Refine with filters or upvote what's useful.
xmltodict 是一个 Python 库,提供 XML 文档与字典之间的双向序列化功能。它既是一个将标记化输入转换为键值对的解析器,也是一个将字典转换回结构化 XML 文档的序列化工具。 该项目包含一个增量流处理器,使用基于深度的回调来处理大型 XML 文件,同时保持恒定的内存占用。它具有用于映射前缀和声明的命名空间管理器,以及一个安全清理器,可阻止外部实体扩展并验证元素名称以防止注入攻击。 该库提供了数据类型强制功能,例如强制将特定元素表示为列表(无论子元素数量如何)。它还支持通过用户定义的回调进行数据后处理,并为转换过程中的命名空间扩展、折叠或跳过提供了可配置的控制选项。
Executes custom callbacks during the conversion process to transform values or attributes.