Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to do the following in TOS for DI:
- connect to an SFTP server
- perform XSL transformation on a remote file on the SFTP server (specifying remote path in tXSLT component)
- save the output file from transformation to the SFTP server (in same location as original file)
Though I specified the remote file path in the tXSLT component it expects the file to be located in my default workspace.folder (when executing the job). My question is: can the tXSLT component be used to specify a remote input file and create a remote output file? If not what are the alternatives?
Thanks