Forum Discussion
I’m able to make it work by setting it to null. Can you provide a sample pipeline where it does not (along with the error message)?
Here is a screenshot where I am using null with a File Reader and it seems to be working. The preview window is showing the response from (http://httpbin.org/headers) and there is no “Authorization” header, so the account is not being used.
In my current project, I actually used expression _accountSftp == ‘’ ? null : _accountSftp in a file reader snap to allow easy switch between SFTP and SLDB.
- stephenknilans8 years agoContributor
Thanks, eguo, it works. I was hoping for some setting or something, rather than a change made on every connection. Unfortunately, this is a connection I use in a lot of areas. I use it to specify an area several files are placed into and/or read from.