简体   繁体   中英

ADF - How to copy data from an excel sheet referring to the part of the file name

What I'm trying to do is copy data from an excel doc in a blob to a db. I want to access the file using 'CodeMapping' only since it's original name is like this 'CodeMapping-acbcb08e-gca6-457a-8g07-273941021w5z' How should I do it? Can someone help me?

Copy activity - This is what I tried. But this is wrong在此处输入图像描述

Dataset

在此处输入图像描述

Pleas use:

CodeMapping*.xlsx

在此处输入图像描述

This expression mean access the.xlsx file which filename start with "CodeMapping".

Ref:

  1. Blob storage as a source type
  2. Source transformation

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM