Loading multiple csv file record and maintain order by one of the column

Hi,I have written q script to load all csv files in a directory into atableand also will like to sort the loading by a particular columnNot sure how can I sort it? I using update command to insert to atable.Thanks

Once you’ve loaded all the csv files into a table, you can use thexasc/xdesc functions to sorthttps://code.kx.com/trac/wiki/Reference/xascI’m not sure if your situation is more complicated than that… If so,a more specific description would help.HagaiOn Oct 6, 9:02?am, “koonc...@yahoo.com” <koonc…> wrote:> Hi,>> I have written q script to load all csv files in a directory into a> table> and also will like to sort the loading by a particular column>> Not sure how can I sort it? I using update command to insert to a> table.>> Thanks</koonc…>