FME Desktop 2021.3
Python Interpreter ESRI ArcGIS Python 3.7
Hi I am trying to pass a user parameter that includes the ampersand
i.e. username@domain, which I then use within a python caller to login to ArcGIS Portal
When I look at the value of the parameter, I get
username<at>domain
hence I am unable to connect to my portal.
I have tried to format using string functions str() and strip(). But it doesn't work
Any suggestions ??