The error was due to something else. However, when you view a variable the fact remains that it replicates the "\" , although that does not come in the way of proper execution.
The error was due to something else. However, when you view a variable the fact remains that it replicates the "\" , although that does not come in the way of proper execution.
All works well now. 🙂
That's because \ is a special character in SSIS. Therefore, when you want to place a \ in a string, you need to escape it with another \.