Forum Discussion
jayakrishnan_va
7 years agoNew Contributor
@doug.fossler , could you please try again replacing + with a space or %20
Let me know if that works.
Thanks.
- doug_fossler7 years agoNew Contributor
Jayakrishnan,
Depending on if the expression toggle is set or not, a space or %20 work fine, that is not my issue. I am attempting to write a plus symbol (+) in the file path.
Thanks,
- jayakrishnan_va7 years agoNew Contributor
@doug.fossler , let me know the directory name. Is it ‘A+A’ or is it ‘A A’ ? If the directory name is ‘A+A’ then there might be some bug in the SnapLogic snap. But if its ‘A A’ , i think a uri path space is to be encoded as %20 instead of +. Some systems like a browser can resolve + back to a space but some cannot. Maybe that’s the reason why you are getting an error message like “The system cannot find the path specified.”