Invalid Character in Write Stage
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-10-18 09:29 PM
Hello,
I am experiencing a problem with BP - Write stage. I am trying to write into specific textbox in SAP a file name, where I would like to export my previously automated data from SAP. However, BP does not allow me to include several characters to paste into textbox. More precisely, BP label this error as Invalid escape character U... My file name includes a path just like this: C:\Users\... I need to preserve this \ otherwise I wont be able to save my excel from SAP. Thank you for any ideas
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-10-18 10:53 PM
There's probably more elegant ways to do this (with proper escaping of text), but in the past I've used the 'chr()' function to represent my illegal characters and concatenated with the rest.
i.e to get a string With \backslashes\ I would put ""With ""&Chr(92)&""backslashes""&""Chr(92) into the calculation field. For ascii codes see http://ee.hawaii.edu/~tep/EE160/Book/chap4/subsection2.1.1.1.html
