Hey designers!
So I am working on creating automation that in a certain way reconciles data on different parameters.
I have around 16 input files, each focussing on different attribute of a list of IDs (Primary key) which is a common column across input files. (Number of columns or the name of columns isn't the same in each input file. Only the ID column is definitely common and the same name)
Each input file has it's separate set of filters and formatting before it can be reconciled with each other.
So basically, I have created 16 parallel workflows (different filters and formatting in each) which will be taking each corresponding input file and afterwards will be joined based on a primary key (IDs) to identify any changes or inconsistencies in data with previous data set.
This process is repeated bi-weekly with a new set of input files coming in.
With 16 input tools, 1 in each workflow, it is a kind of cumbersome process.
Is there any way to create the input in such a way that once we select the folder or the directory with all the input files in, it automatically sends the input files to their right corresponding workflows? (Based on naming structure or something)
(ABC mm/yy going to 1st workflow, DEF mm/yy going to 2nd workflow, and so on...)
Being sent to the right workflow will be important.