WriteFile Summary The WriteFile function allows developers to use an xSQL SELECT query or expression to create a CSV file on Connect’s SFTP file system. Syntax WriteFile(FilePath=<path to...
WriteFile()
Read and Write CSV Files
Read and Write CSV Files With xSQL commands, you can read, write, and manipulate data files located on SFTP servers hosted by Xactly. Connect users have access to the SFTP directories […]
Create a CSV File with WriteFile()
WriteFile() creates a CSV file in your customer SFTP directory tree, from the results of an xSQL query. Let’s create a file (periods.csv) in the directory we just created: 1 […]