Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

String containing \

Bonjour, I have to send a string containing departemental path like "DE.GD\DE.ED\DE.AD" but such string is rejected by Talend with message "Invalid escape sequence ...

Detail Message: Invalid escape sequence (valid ones are \b \t \n \f \r \" \' \\ )

is there special caracters to insert befor \ to avoid reject ?

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi

Try to escape the special character "\".

"DE.GD\\DE.ED\\DE.AD"

 

Regards

Shong

 

Anonymous
Not applicable
Author

Perfect. Thank you for your help.