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.
是否可以使用带有 MAPPING NODE 的 DFDL 将 xml 数据转换为 csv
当然 - 只需将输出域设置为 DFDL。到 CSV 的转换实际上并不是由 Mapping 节点执行的。输入消息树由 XMLNSC 解析器从 XML 文档构造,输出 CSV 由 DFDL 解析器从消息树和模型构造。Mapping节点的作用是构造输出消息树。