a question on data import and export from kdb

Hi all,

Do you know if there’s any quick way to save the data from KDB to a file, for example, to a csv file? And any other way to import some data to KDB quickly instead of calling q-sql insert one by one? Appreciate your response.

Thanks and regards,

Sean

https://code.kx.com/trac/wiki/Reference/save

https://code.kx.com/trac/wiki/Reference/ZeroColon

https://code.kx.com/trac/wiki/Cookbook/LoadingFromLargeFiles

Thanks Charles. I should have gone through all the wiki pages before posting here.