简体   繁体   English

XML 文件使用 Azure 数据工厂

[英]XML File Using Azure Data Factory

I have used the latest xml file system support feature available in the Azure data factory to convert a 2 GB xml file to csv using copy activity, but it ended up in a memory exception.我使用了 Azure 数据工厂中可用的最新 xml 文件系统支持功能,使用复制活动将 2 GB xml 文件转换为 csv,但最终出现 memory 异常。 But if I use a lesser sized files, eg: 500 mb one, the file gets processed within 1 hour without any parallelism a or DIU.但是,如果我使用较小的文件,例如:500 mb,文件将在 1 小时内得到处理,没有任何并行度 a 或 DIU。 The 2 GB file doesnt get converted even if I use all the permutation combinations of parallelism, DIU, or Block size?即使我使用并行度、DIU 或块大小的所有排列组合,2 GB 的文件也不会被转换? Am I doing something wrong.难道我做错了什么。 If anyone could suggest a solution, it would be really helpful.如果有人可以提出解决方案,那将非常有帮助。

Regards, Sandeep问候,桑迪普

I would recommend you to try the XML to CSV conversion using Data Flow instead if you are experiencing issues with the standard Copy activity.如果您遇到标准复制活动的问题,我建议您尝试使用数据流将 XML 转换为 CSV。 I would also suggest you provision a memory optimized integration runtime to execute you data flow activity.我还建议您提供一个 memory 优化的集成运行时来执行您的数据流活动。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 azure 数据工厂将多个 xml 文件合并到 csv 文件 - Merging multiple xml files to a csv file using azure Data Factory 在Azure数据工厂中针对Azure SQL Server进行XML文件验证 - XML File Validation Against Azure SQL Server in Azure Data Factory Azure 数据工厂中的 XML 验证 - XML validation in Azure Data Factory Azure Data Factory是否可以提取存储在Azure Data Lake Store中的XML文件? - Can Azure Data Factory ingest an XML file stored in Azure Data Lake Store? Azure 数据工厂将数据从 XML 复制到 SQL 突触池 - Azure Data Factory copy data from XML to SQL Synapse pool 如何使用 Azure 数据工厂将 XML 元素读入变量 - How to read an XML element into a variable with Azure Data Factory Azure 数据工厂 (ADF) - 解析/展平 XML 文件 - 获取所有元素的内容匹配通配符标准并位于层次结构中的不同段 - Azure Data Factory (ADF) - Parse/Flatten XML file - Get content of all elements match wildcard criteria and sitting in different segments in Hierarchy 通过 Azure 数据工厂 V2 将 XML 数据加载到 SQL 表(Azure)中 - Load XML Data Into SQL Table (Azure) via Azure Data Factory V2 如何在 Azure 数据工厂中使用复制数据活动将 xml 解析为 json 时删除转义字符? - How to remove escaped character when parsing xml to json with copy data activity in Azure Data Factory? 使用Logic Apps将数据从XML文件加载到Azure中的SQL数据库 - Load data from XML file to SQL database in Azure using Logic Apps
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM