Team - I have to compare 2 strings. The get text activity only I made as expected in excel by write activity and reading again the text and comparing with (String 1).Replace(" “,string.Empty).Trim.Equal( String 2).Replace(” ",string.Empty).Trim
robots.txt for sfdc appservers.
For use by salesforce.com
User-agent: * # applies to all robots
Allow: /?un=&pw=*
Allow: /?pw=&un=*
Allow: /secur/frontdoor.jsp?sid=
Allow: /secur/contentDoor?sid=
Allow: /secur/myDomainDoor?sid=
Allow: /secur/LoginInterstitial.apexp
Allow: /secur/login_portal.jsp?pw=
Allow: /sserv/login.jsp?pw=
Allow: /login.jsp?pw=
Allow: /login/login.jsp?pw=
Allow: /secur/login_page.jsp?pw=
Disallow: / # disallow indexing of all pages"
Both of these String 1 and String 2 when populated with Message box or logs looks exactly same but equal commmands is resulting in false. Can you please suggest some workaround to this.