In my SSIS package, I have a Script Component that creates a +1 new customer ID when the package runs.
I want to assign the numerical value of the ID to a variable. The variable will be used in a File System Task to create a directory with the Customer ID as the folder name.
Example - C:\Customer Orders\<CO_ID>
I have created a derived column (sequence) transformation in the data flow named (CO_ID). However, I am stuck on the proper syntax for the variable expression.
Any advice is appreciated.