directory globbing

is it possible to glob a directory of csv files for importing into kx?Possibly merging the tables into one?

You have to write code for it, but it is almost trivial. Sg like{t,:(“..S..”;enlist csv)}each key`:directorymight be a start (if you have proper headers in each file anddirectory contains your csv files only).Regards, AttilaOn Tue, Apr 15, 2008 at 9:57 PM, dan g. <dan.guidara> wrote:>> is it possible to glob a directory of csv files for importing into kx?> Possibly merging the tables into one?> >></dan.guidara>