Creating output file names dynamically for each SQL Server table data stream taken as input from configuration File
I am trying to create a pipeline which will take a configuration file as an input and it will have Table name and column names that i will need for that table. You can put any no of tables and for ea...