kdbgo icon indicating copy to clipboard operation
kdbgo copied to clipboard

Added way to write binary files

Open TobiasJacob opened this issue 3 years ago • 0 comments

I created two functions to parse and write binary files. They can be imported into q using the load command.

err = kdb.WriteToFile("data.kdb", kdbTable)

and then in q

get`:data.kdb

TobiasJacob avatar Jun 10 '22 11:06 TobiasJacob