Gilmar Neves
Gilmar Neves

Reputation: 37

Cannot loop through files using Azure Data Factory wildcards correctly

In my source folder (Azure Blob Storage) I have, among others, two csv files named: retails.csv retailsitems.csv

My copy activity is set to get the file name as pCollection*.csv, as I use some json conf files where pCollection is defined for those files as 'retails' and 'retailsitems' respectively.

It looks alright and works for all other files smoothly. However, for these two specifically it gets only the 'retailsitems.csv' file.

Why?

And how can I fix that without messing the other files?

Upvotes: 0

Views: 78

Answers (1)

Steve Johnson
Steve Johnson

Reputation: 8660

"put the wild card inside the json parameter file. It worked without interfering on one another."

I help you post it as answer and this can be beneficial to other community members.

Upvotes: 1

Related Questions