Hi All - I have a package the reads the csv file and loads the data into the SQL table. But in SSIS i have checked in option of 'Headerrowstoskip' =1. My table is static and below is my table structure. Earlier, the requirement was not to read the header and flow the data into table with the below structure.
Here is the header of the file:

The column3 will change depending on the month we receive the file. As this June its starting with 6/1/2023.
Now the requirement has changed, i have to read the header i guess, the user wants to create additional column 'fordate' in the table and insert the header name of column3. In the above file example, the header name of column3 is 6/1/2023 so in the table the new column should have the value of '2023-06-01'.
Could you please help with this ?
[Part_Number]
,[Region]
,[Month1]
,[Month2]
,[Month3]
,[Month4]
,[Month5]
,[Month6]
,[Month7]
,[Month8]
,[Month9]
,[Month10]