How do I dynamically read multiple file names?

King Java 565 Reputation points
2024-11-19T21:48:45.4566667+00:00

I am trying to read name of about 20+ csv files, and ingest data dynamically.

Below is diagram of how I ingest data from each csv file individually.

User's image

So, I have at least 20+ pipelines for each csv files.

Below is how each csv files' name look like:

User's image

If I have a small character for variation, I think using Parameters like below screenshot would work, but I need to insert long characters for each file.

Example (of short variation that I use for other case):User's image

What is ideal way to ingest about 20+ csv files that have similar pattern of file names, except part like locations (ex: California, Oregon, Arizona etc.) in the middle of file name?

Should I create a csv file that has a list of locations and somehow read it thru inside Parameter values?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,914 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.