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 […]
Directory
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’);