简体   繁体   English

如何使用 Azure 数据工厂或任何其他选项从存储在 ADLS 中的 XML 中删除特殊字符?

[英]How to remove special characters from XML stored in ADLS using Azure data factory or any other option?

I have scenario where i need to remove some characters from xml tags which is stored in ADLS.我有一个场景,我需要从存储在 ADLS 中的 xml 标签中删除一些字符。 I am looking for an option with ADF.我正在寻找 ADF 选项。 Can someone help me here with approach i should follow?有人可以在这里帮助我采用我应该遵循的方法吗?

This is not possible by ADF. ADF 无法做到这一点。 May you can have piece code to do this in Azure Functions.可能你可以在 Azure 函数中有一段代码来做到这一点。 As, Azure Data Factory can do data movement and data transformation only.如,Azure 数据工厂只能进行数据移动和数据转换。 When you are saying about tags that means it does not come under that.当你说标签时,这意味着它不属于那个。

You may use the Azure Function activity in a Data Factory pipeline to run Azure Functions.您可以在数据工厂管道中使用 Azure Function 活动来运行 Azure 函数。 To launch an Azure Function, you must first set up a connected service connection and an activity that specifies the Azure Function you want to perform.要启动 Azure Function,您必须首先设置连接的服务连接和指定要执行的 Azure Function 的活动。

There is the Microsoft document which have deep insights about Azure Function Activity in ADF |有微软文档对 ADF 中的 Azure Function 活动有深刻的见解 | Here . 在这里

暂无
暂无

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

相关问题 如何在 Azure 数据工厂中将特殊字符作为参数传递? - How to pass special character as parameter in Azure Data Factory? Azure数据工厂中如何读取XML响应 - In Azure Data Factory how to read XML response 如何使用 azure 数据工厂从 sql 数据库中删除记录 - How to delete records from a sql database using azure data factory 从 XML 到 Json 的转换删除了 Azure 数据工厂中的 0 - Conversion from XML to Json removes 0 in Azure Data Factory 如何使用azure数据工厂替换azure sql数据库中的数据? - how to replace data in azure sql database using azure data factory? 尝试使用 Azure Synapse 笔记本 Pyspark 将 883812976388 字符串 output 保存到 adls 中的 xml 文件 - Trying to save an xml string output to an xml file in adls using Azure Synapse Notebooks Pyspark 如何使用 VM 上的文件使用 Azure 数据工厂运行 python 脚本? - How to run python script with Azure Data Factory using files on a VM? 如何在 Azure 开关块的数据工厂表达式中通配符之间的 select 个字符 - How to select characters between wildcards in Azure Data Factory expression for Switch Block 如何使用 azure 数据工厂删除活动删除子文件夹? - How to delete sub folder using azure data factory delete activity? 需要从 Azure 数据工厂连接 Azure Sql db,使用 userManagedIdentity 作为身份验证方法限制在模式级别 - Need to Connect Azure Sql db from Azure Data Factory,restricted at Schema Level using userManagedIdentity as Authentication Method
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM