Exists Summary Use the Exists function to determine whether a file or directory exists on Connect’s SFTP server file system. Syntax Exists([FilePath=<path to file>] [, Directory=<dire...
Exists()
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 […]
Check a File or Directory with Exists()
You can verify a file or directory with Exists(). Use FilePath= for a file, and Directory= for a directory: 1 SQL> call Exists(FilePath=‘{:v_my_dir}periods.csv’);