Hi, I would like to test the file (.csv) exist or not before loading. Just wonder, if there is some feature in KDB doing that, or I need to run some shell command to do that?
Hi, I would like to test the file (.csv) exist or not before loading. Just wonder, if there is some feature in KDB doing that, or I need to run some shell command to do that?
Use key for file existence: http://code.kx.com/wiki/Reference/key
Terry
I see, thanks