In my SSIS project, I need to output CSV files after performing transformations in SSIS. All the generated files should be stored in a predefined path (configured as connection string) using a dynamic filename generator (something like TEST-ddmmyyy.csv).
I understand this is possible using expressions. But I want this to be passed as project parameter for easy deployment. Since expressions can't be used in Project parameters, Is there any other possibility or alternatives ?