Hi @Jefferson,
If a backslash is needed in the string, use a double backslash.
You may need to double the slashes in your expression.
"\\data\\local\\test"
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I created a variable Which i used an expression.
"\data\local\test"
And the error occurred
Expression cannot be evaluated. Additional information:
The string literal "\dataVocal\test"" contains an illegal escape sequence of "\d". The escape sequence
is not supported in string literals in the expression evaluator. If a backslash is needed in the string, use a double backslash,"".
Attempt to parse the expression ""\dataVocal\test"" failed and returned error code 0xC00470B8.The expression cannot be parsed. It might contain invalid elements or it might not be well-formed. There may also be an out-of-memory error.
(Microsoft.DataTransformationServices.Controls)
Hi @Jefferson,
If a backslash is needed in the string, use a double backslash.
You may need to double the slashes in your expression.
"\\data\\local\\test"
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.