0

i'm using data mapper where i'm trying to convert xml to csv format. I have xsd ( 48kb) when i try to load ( creating mapping) with CSV. Always Datamapper not able to load and soon after it becomes non responding and because of that mule studio itself getting closed. Is that any limitation in dataMapper to load data.

How do i handle this Situation, do we have any alternative way to handle. Kindly suggest. I'm using Mule Version 3.5. Not able to proceed further.

Edit: I have tried to generate xsd from its xml through Datamapper. But it is generated. Plm happens when trying to load xsd directly. Any help on this is very helpful.

4

3 回答 3

0

您是否尝试简化映射以验证映射文件中是否存在问题?

于 2014-07-11T12:13:04.840 回答
0

自 Mule 3.7 以来,DataMapper 已在几年前被弃用。我建议尝试启用流式传输。如果失败,那么您应该考虑迁移到较新的版本并将转换迁移到 DataWeave。

于 2020-01-17T19:22:53.733 回答
0

嘿,我认为这仍然是开放的.. 我遇到了类似的问题,但它通过使用“流”概念得到解决,其中基于给定的大小,它将读取数据并将其发送到下一个处理器,映射器将继续读取其余部分数据

于 2015-09-02T03:57:21.507 回答