How do I dynamically read multiple file names?
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.
So, I have at least 20+ pipelines for each csv files.
Below is how each csv files' name look like:
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):
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?