I have SSIS Packages in Visual Studio 2019 I want to import from a CSV file. The major issue is here that I am unable to pass a value to to define the column delimiter using variable. Is there any solution to pass a variable to column delimiter of flat file connection (passing value using expression or something like that)?
One way of doing that is using BULK insert, but we cannot do mapping in BULK Insert.



Before executing ssis package , I changed the column delemeters programmatically and save package ,
like