Hi All,
I’m working on a new implementation of ISC, and we are attempting to use the SQLLoader connector to aggregate from a CSV file from the authoritative source. Company policy dictates that we setup an sFTP site in Azure Blob storage. When attempting to test this connection using a userid/password, the password that was generated by Azure has two non-consecutive forward-slashes “/” in the password. This appears to be causing ISC throw a connection failure error while displaying the part of the password before the first / in clear text. Is there any way to escape these characters in the password so the value can be passed correctly on the sFTP command, or do I need to get a different password? Keep in mind that Azure is generating these passwords, there is no way for us to dictate what the password contains. Is it possible to use SSH passkeys in place of the password in the SQLLoader connector?
Thanks for any help you can provide.
Mike Frank