ContributionsMost RecentMost LikesSolutionsRe: Creating output file names dynamically for each SQL Server table data stream taken as input from configuration File As suggested by Anubhav Create one main pipeline that will read the table name and column names from csv file Create one sub pipeline that will be called from the main pipeline. Child pipeline will have two parameters (tableName and columnNames). This subpipeline will execute SQL for the given table and columns and will write the result to csv Main pipeline: Sub-pipeline File-writer