I’ve got a CSV file on a web server that get’s updated every now and then and would like to append new rows to a table when I run a q script.
I’m using the file at http://code.kx.com/wsvn/code/cookbook\_code/yahoo.q as a reference for using http requests, and have changed the symbol casting to work with the lastest version of kdb.
At the moment, I’m just trying to read in the CSV file but it doesn’t seem to be working.
q)url:`$":http://www.football-data.co.uk/mmz4281/1314/E0.csv";
q)(" SSSIIIIII IIIIIIIIIIII"; ",") 0: url; //doesn't work