Page 1 of 1

single quote in source path while copying data

Posted: Wed Jul 20, 2016 12:50 pm
by dilip
I want to copy files from one path to another

say from csourcepath='\\abc\k\user's data' to ctargetpath='\\def\gggg\mn data'


how we can remove single quote in source path as TM1 is throwing syntax error because of single quote between r's

Re: single quote in source path while copying data

Posted: Wed Jul 20, 2016 1:48 pm
by Wim Gielis
Hello,

Double up the quotes: ' becomes '' (2 single quotes)