简体   繁体   English

在 Azure 逻辑应用程序中。 我想检查表中是否存在 blob 中 csv 文件中的 emailid

[英]In Azure logic app . I want to check whether emailid which is there in csv file inside blob is present in the table or not

I need to check whether any emailid which is there in.csv file inside blob present in particular table or not.if no then I need to take some action.我需要检查 blob 中的 .csv 文件中是否存在特定表中的任何 emailid。如果没有,那么我需要采取一些措施。 Let me know if anyone knows如果有人知道请告诉我

You can try getting the data from the respective blob and table and compare them using a Condition connector.您可以尝试从各自的 blob 和表中获取数据,并使用Condition连接器比较它们。 Here is my logic app这是我的逻辑应用程序

在此处输入图像描述

Considering below to be my csv file in azure blob storage考虑下面是我在 azure blob 存储中的 csv 文件

在此处输入图像描述

and below to be my table下面是我的桌子

在此处输入图像描述

RESULTS:结果:

在此处输入图像描述

在此处输入图像描述

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

相关问题 Azure 逻辑应用程序 - 将 Salesforce 条记录写入 blob - Azure Logic App - Write Salesforce records to a blob 我想检查是否有新文件添加到 firebase 存储中 - I want to check whether a new file is added to firebase storage or not 使用 Azure Logic App 删除 CSV 中的空白列 - Remove blank column in CSV with Azure Logic App Sftp 重试逻辑 Azure function App - Sftp Retry Logic Inside Azure function App Azure function C#:写入 Azure 上的块 blob(csv 文件)存储帐户创建了两个版本的 blob - Azure function C#: Writing to Block blob (csv file) on Azure Storage Account creates two versions of the blob Azure 存储 Blob:上传的 CSV 文件显示零字节 - Azure Storage Blob: Uploaded CSV file shows zero bytes 如何更新 Azure 中放置在 Blob 存储中的 CSV 文件 - How to update CSV file placed at Blob Storage in Azure Azure 逻辑应用表插入导致错误 - Azure logic app table insertions causing errors Azure DFS 上的逻辑应用程序文件系统连接器 - Azure Logic App File System Connector on DFS 从 azure function 服务的 blob 存储中读取 React 应用程序上的 blob 音频文件 - Read blob audio file on react app from blob storage served by azure function
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM