Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

XSL Transformations on remote files

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

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi
The component does not support remote file path, you need to get the file to local system, perform XSL transformation and put the output file to SFTP server.

Regards
Shong

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Hi
The component does not support remote file path, you need to get the file to local system, perform XSL transformation and put the output file to SFTP server.

Regards
Shong