ReadFile()

ReadFile

ReadFile Summary The ReadFile table function allows developers to issue SELECT queries against a CSV file located on the Connect SFTP server file system. In other words, instead of SELECTing data f...

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 […]

Query a CSV File with ReadFile()

Use the ReadFile() table function to query a CSV file as a Connect table. Use SELECT as you would with a regular database table:   1 SQL> select * from […]